Searched defs:AutomationManagerAsh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dautomation_manager_ash.h27 class AutomationManagerAsh : public extensions::AutomationActionAdapter { class in inherits:extensions::AutomationActionAdapter
30 static AutomationManagerAsh* GetInstance();
50 virtual ~AutomationManagerAsh();
53 friend struct DefaultSingletonTraits<AutomationManagerAsh>;
55 AutomationManagerAsh();
77 DISALLOW_COPY_AND_ASSIGN(AutomationManagerAsh);
H A Dautomation_manager_ash.cc23 AutomationManagerAsh* AutomationManagerAsh::GetInstance() {
24 return Singleton<AutomationManagerAsh>::get();
27 void AutomationManagerAsh::Enable(BrowserContext* context) {
33 void AutomationManagerAsh::Disable() {
40 void AutomationManagerAsh::HandleEvent(BrowserContext* context,
66 void AutomationManagerAsh::DoDefault(int32 id) {
71 void AutomationManagerAsh::Focus(int32 id) {
76 void AutomationManagerAsh::MakeVisible(int32 id) {
81 void AutomationManagerAsh
86 AutomationManagerAsh::AutomationManagerAsh() : enabled_(false) {} function in class:AutomationManagerAsh
[all...]

Completed in 61 milliseconds