class A11yManagerInitializationState
Defined at line 88 of file ../../src/ui/a11y/bin/a11y_manager/app.h
Represents the state of initialization of the a11y manager.
Public Methods
void SetI18nProfileReady ()
Defined at line 28 of file ../../src/ui/a11y/bin/a11y_manager/app.cc
void SetA11yViewReady ()
Defined at line 35 of file ../../src/ui/a11y/bin/a11y_manager/app.cc
void A11yManagerInitializationState ()
The default ocnstructor constructs a state not initialized.
Defined at line 93 of file ../../src/ui/a11y/bin/a11y_manager/app.h
void ~A11yManagerInitializationState ()
Defined at line 94 of file ../../src/ui/a11y/bin/a11y_manager/app.h
void SetOnA11yManagerInitializedCallback (OnA11yManagerInitializedCallback callback)
Sets a callback to be invoked when tthis state is considered to be initialized.
Defined at line 97 of file ../../src/ui/a11y/bin/a11y_manager/app.h
bool IsInitialized ()
Returns true if A11y manager has all its dependencies initialized.
Defined at line 102 of file ../../src/ui/a11y/bin/a11y_manager/app.h