| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
Implement this interface to receive accessibility notification when accessibility events have been registered. More...
#include "include/cef_accessibility_handler.h"
 
  
| Public Member Functions | |
| virtual void | OnAccessibilityTreeChange (CefRefPtr< CefValue > value)=0 | 
| Called after renderer process sends accessibility tree changes to the browser process.  More... | |
| virtual void | OnAccessibilityLocationChange (CefRefPtr< CefValue > value)=0 | 
| Called after renderer process sends accessibility location changes to the browser process.  More... | |
|  Public Member Functions inherited from CefBaseRefCounted | |
| virtual void | AddRef () const =0 | 
| Called to increment the reference count for the object.  More... | |
| virtual bool | Release () const =0 | 
| Called to decrement the reference count for the object.  More... | |
| virtual bool | HasOneRef () const =0 | 
| Returns true if the reference count is 1.  More... | |
| virtual bool | HasAtLeastOneRef () const =0 | 
| Returns true if the reference count is at least 1.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from CefBaseRefCounted | |
| virtual | ~CefBaseRefCounted () | 
Implement this interface to receive accessibility notification when accessibility events have been registered.
The methods of this class will be called on the UI thread.
| 
 | pure virtual | 
Called after renderer process sends accessibility location changes to the browser process.
| 
 | pure virtual | 
Called after renderer process sends accessibility tree changes to the browser process.