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

/external/chromium/chrome/browser/automation/
H A Dautomation_provider_list.cc12 AutomationProviderList* AutomationProviderList::instance_ = NULL;
14 AutomationProviderList::AutomationProviderList() { function in class:AutomationProviderList
17 AutomationProviderList::~AutomationProviderList() {
26 bool AutomationProviderList::AddProvider(AutomationProvider* provider) {
32 bool AutomationProviderList::RemoveProvider(AutomationProvider* provider) {
45 AutomationProviderList* AutomationProviderList
[all...]
H A Dautomation_provider_list.h15 class AutomationProviderList { class
17 ~AutomationProviderList();
38 static AutomationProviderList* GetInstance();
41 AutomationProviderList();
44 static AutomationProviderList* instance_;
46 DISALLOW_COPY_AND_ASSIGN(AutomationProviderList);

Completed in 178 milliseconds