HomeSort by relevance Sort by last modified time
    Searched refs:AppendSwitch (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium/chrome/browser/extensions/
extension_clipboard_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_debugger_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_devtools_browsertest.cc 13 command_line->AppendSwitch(switches::kEnableExtensionTimelineApi);
extension_input_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_webrequest_apitest.cc 20 CommandLine::ForCurrentProcess()->AppendSwitch(
27 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_webnavigation_apitest.cc 16 CommandLine::ForCurrentProcess()->AppendSwitch(
25 CommandLine::ForCurrentProcess()->AppendSwitch(
34 CommandLine::ForCurrentProcess()->AppendSwitch(
43 CommandLine::ForCurrentProcess()->AppendSwitch(
52 CommandLine::ForCurrentProcess()->AppendSwitch(
61 CommandLine::ForCurrentProcess()->AppendSwitch(
70 CommandLine::ForCurrentProcess()->AppendSwitch(
79 CommandLine::ForCurrentProcess()->AppendSwitch(
88 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_get_views_apitest.cc 19 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_infobar_apitest.cc 19 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_sidebar_apitest.cc 13 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
extension_bookmark_manager_apitest.cc 18 CommandLine::ForCurrentProcess()->AppendSwitch(
25 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_processes_apitest.cc 14 CommandLine::ForCurrentProcess()->AppendSwitch(
21 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_proxy_apitest.cc 73 CommandLine::ForCurrentProcess()->AppendSwitch(
87 CommandLine::ForCurrentProcess()->AppendSwitch(
101 CommandLine::ForCurrentProcess()->AppendSwitch(
115 CommandLine::ForCurrentProcess()->AppendSwitch(
132 CommandLine::ForCurrentProcess()->AppendSwitch(
149 CommandLine::ForCurrentProcess()->AppendSwitch(
163 CommandLine::ForCurrentProcess()->AppendSwitch(
195 CommandLine::ForCurrentProcess()->AppendSwitch(
221 CommandLine::ForCurrentProcess()->AppendSwitch(
253 CommandLine::ForCurrentProcess()->AppendSwitch(
    [all...]
extension_content_settings_apitest.cc 13 CommandLine::ForCurrentProcess()->AppendSwitch(
31 CommandLine::ForCurrentProcess()->AppendSwitch(
58 CommandLine::ForCurrentProcess()->AppendSwitch(
65 CommandLine::ForCurrentProcess()->AppendSwitch(
81 CommandLine::ForCurrentProcess()->AppendSwitch(
permissions_apitest.cc 12 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
app_background_page_apitest.cc 21 command_line->AppendSwitch(switches::kDisablePopupBlocking);
22 command_line->AppendSwitch(switches::kAllowHTTPBackgroundPage);
window_open_apitest.cc 15 CommandLine::ForCurrentProcess()->AppendSwitch(
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
isolated_app_apitest.cc 42 CommandLine::ForCurrentProcess()->AppendSwitch(
44 CommandLine::ForCurrentProcess()->AppendSwitch(
105 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/browser/chromeos/panels/
panel_browsertest.cc 26 command_line->AppendSwitch(switches::kDisablePopupBlocking);
42 CommandLine::ForCurrentProcess()->AppendSwitch(
80 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/common/
nacl_cmd_line.cc 15 cmd_line->AppendSwitch(switches::kNoErrorDialogs);
logging_chrome_uitest.cc 88 launch_arguments_.AppendSwitch(switches::kRendererAssertTest);
123 launch_arguments_.AppendSwitch(switches::kRendererCheckFalseTest);
154 launch_arguments_.AppendSwitch(switches::kRendererCrashTest);
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 67 command_line->AppendSwitch(switches::kNoFirstRun);
75 command_line->AppendSwitch(switches::kNoFirstRun);
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 61 cl.AppendSwitch(switches::kNoProxyServer);
71 cl.AppendSwitch(unknown_string);
83 cl.AppendSwitch(unknown_string);
120 cl.AppendSwitch(switches::kNoProxyServer);
126 cl.AppendSwitch(switches::kProxyAutoDetect);
133 cl2.AppendSwitch(switches::kProxyAutoDetect);
144 cl1.AppendSwitch(unknown_string);
  /external/chromium/chrome/browser/
utility_process_host.cc 148 cmd_line->AppendSwitch(switches::kChromeFrame);
150 cmd_line->AppendSwitch(switches::kNoSandbox);
154 cmd_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
  /external/chromium/base/
command_line_unittest.cc 131 cl.AppendSwitch(switch1);
163 cl1.AppendSwitch("switch1");
172 c1.AppendSwitch("switch1");
174 c2.AppendSwitch("switch2");
  /external/chromium/base/test/
multiprocess_test.cc 44 cl.AppendSwitch(switches::kDebugOnStart);

Completed in 322 milliseconds

1 2 3