Home
last modified time | relevance | path

Searched refs:InitAutomationProviderList (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/
Dbrowser_process.h153 virtual AutomationProviderList* InitAutomationProviderList() = 0;
Dbrowser_process_impl.h77 virtual AutomationProviderList* InitAutomationProviderList();
Dbrowser_process_impl.cc518 AutomationProviderList* BrowserProcessImpl::InitAutomationProviderList() { in InitAutomationProviderList() function in BrowserProcessImpl
/external/chromium/chrome/browser/ui/
Dbrowser_init.cc1440 g_browser_process->InitAutomationProviderList(); in CreateAutomationProvider()