Home
last modified time | relevance | path

Searched refs:kDomAutomationController (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/public/test/
Dbrowser_test_base.cc150 command_line->AppendSwitch(switches::kDomAutomationController); in SetUp()
/external/chromium/chrome/common/
Dchrome_switches.h109 extern const char kDomAutomationController[];
Dchrome_switches.cc345 const char kDomAutomationController[] = "dom-automation"; variable
/external/chromium_org/content/public/common/
Dcontent_switches.cc351 const char kDomAutomationController[] = "dom-automation"; variable
Dcontent_switches.h114 CONTENT_EXPORT extern const char kDomAutomationController[];
/external/chromium_org/chrome/test/ui/
Dui_test.cc188 launch_arguments_.AppendSwitch(switches::kDomAutomationController); in SetLaunchSwitches()
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc976 switches::kDomAutomationController, in PropagateBrowserCommandLineToRenderer()
/external/chromium_org/content/renderer/
Drender_view_impl.cc1000 if (command_line.HasSwitch(switches::kDomAutomationController)) in Initialize()