Home
last modified time | relevance | path

Searched refs:CreateAutomationProvider (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_init.h56 static bool CreateAutomationProvider(const std::string& channel_id,
Dbrowser_init.cc1335 if (!CreateAutomationProvider<TestingAutomationProvider>( in ProcessCmdLineImpl()
1358 if (!CreateAutomationProvider<ChromeFrameAutomationProvider>( in ProcessCmdLineImpl()
1362 if (!CreateAutomationProvider<AutomationProvider>( in ProcessCmdLineImpl()
1429 bool BrowserInit::CreateAutomationProvider(const std::string& channel_id, in CreateAutomationProvider() function in BrowserInit