Home
last modified time | relevance | path

Searched refs:AppendSwitch (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/external/chromium_org/content/browser/android/
Dcontent_startup_flags.cc42 parsed_command_line->AppendSwitch(switches::kSingleProcess); in SetContentCommandLineFlags()
51 parsed_command_line->AppendSwitch(switches::kForceCompositingMode); in SetContentCommandLineFlags()
52 parsed_command_line->AppendSwitch(switches::kAllowWebUICompositing); in SetContentCommandLineFlags()
53 parsed_command_line->AppendSwitch(switches::kEnableThreadedCompositing); in SetContentCommandLineFlags()
54 parsed_command_line->AppendSwitch( in SetContentCommandLineFlags()
56 parsed_command_line->AppendSwitch(switches::kEnableAcceleratedOverflowScroll); in SetContentCommandLineFlags()
57 parsed_command_line->AppendSwitch( in SetContentCommandLineFlags()
59 parsed_command_line->AppendSwitch( in SetContentCommandLineFlags()
61 parsed_command_line->AppendSwitch(switches::kEnableBeginFrameScheduling); in SetContentCommandLineFlags()
62 parsed_command_line->AppendSwitch(switches::kEnableDeadlineScheduling); in SetContentCommandLineFlags()
[all …]
/external/chromium_org/chrome/test/base/
Dtest_launcher_utils.cc24 command_line->AppendSwitch(switches::kDisableWebResources); in PrepareBrowserCommandLineForTests()
28 command_line->AppendSwitch(switches::kDisablePreconnect); in PrepareBrowserCommandLineForTests()
31 command_line->AppendSwitch(switches::kNoFirstRun); in PrepareBrowserCommandLineForTests()
35 command_line->AppendSwitch(switches::kNoDefaultBrowserCheck); in PrepareBrowserCommandLineForTests()
45 command_line->AppendSwitch(switches::kSbDisableAutoUpdate); in PrepareBrowserCommandLineForTests()
48 command_line->AppendSwitch(switches::kDisableDefaultApps); in PrepareBrowserCommandLineForTests()
53 command_line->AppendSwitch( in PrepareBrowserCommandLineForTests()
68 command_line->AppendSwitch(switches::kUseMockKeychain); in PrepareBrowserCommandLineForTests()
71 command_line->AppendSwitch(switches::kDisableComponentUpdate); in PrepareBrowserCommandLineForTests()
/external/chromium_org/android_webview/lib/main/
Daw_main_delegate.cc60 cl->AppendSwitch(switches::kEnableBeginFrameScheduling); in BasicStartupComplete()
61 cl->AppendSwitch(cc::switches::kEnableMapImage); in BasicStartupComplete()
64 cl->AppendSwitch(switches::kDisableGLSLTranslator); in BasicStartupComplete()
67 cl->AppendSwitch(switches::kHideScrollbars); in BasicStartupComplete()
68 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect); in BasicStartupComplete()
71 cl->AppendSwitch(switches::kDisableExperimentalWebGL); in BasicStartupComplete()
72 cl->AppendSwitch(switches::kDisableSharedWorkers); in BasicStartupComplete()
76 cl->AppendSwitch(switches::kDisableFileSystem); in BasicStartupComplete()
79 cl->AppendSwitch(cc::switches::kDisableCompositorTouchHitTesting); in BasicStartupComplete()
82 cl->AppendSwitch(switches::kDisableWebRTC); in BasicStartupComplete()
/external/chromium/chrome/browser/extensions/
Dextension_webnavigation_apitest.cc16 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
25 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
34 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
43 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
52 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
61 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
70 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
79 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
88 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
Dextension_proxy_apitest.cc73 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
87 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
101 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
115 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
132 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
149 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
163 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
195 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
221 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
253 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
[all …]
Dextension_content_settings_apitest.cc13 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
31 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
58 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
65 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
81 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/shell/app/
Dshell_main_delegate.cc135 command_line.AppendSwitch(switches::kProcessPerTab); in BasicStartupComplete()
136 command_line.AppendSwitch(switches::kEnableLogging); in BasicStartupComplete()
137 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); in BasicStartupComplete()
143 command_line.AppendSwitch(switches::kSkipGpuDataLoading); in BasicStartupComplete()
146 command_line.AppendSwitch(switches::kEnableGestureTapHighlight); in BasicStartupComplete()
149 command_line.AppendSwitch( in BasicStartupComplete()
153 command_line.AppendSwitch(cc::switches::kDisableImplSidePainting); in BasicStartupComplete()
157 command_line.AppendSwitch( in BasicStartupComplete()
162 command_line.AppendSwitch(switches::kDisableThreadedCompositing); in BasicStartupComplete()
163 command_line.AppendSwitch(cc::switches::kDisableThreadedAnimation); in BasicStartupComplete()
[all …]
/external/chromium_org/chrome/test/mini_installer_test/
Dswitch_builder.cc21 switches_.AppendSwitch(installer::switches::kChrome); in AddChrome()
26 switches_.AppendSwitch(installer::switches::kChromeFrame); in AddChromeFrame()
27 switches_.AppendSwitch(installer::switches::kDoNotLaunchChrome); in AddChromeFrame()
28 switches_.AppendSwitch(installer::switches::kDoNotRegisterForUpdateLaunch); in AddChromeFrame()
33 switches_.AppendSwitch(installer::switches::kMultiInstall); in AddMultiInstall()
38 switches_.AppendSwitch(installer::switches::kSystemLevel); in AddSystemInstall()
/external/chromium_org/cloud_print/service/win/
Dchrome_launcher.cc228 cmd.AppendSwitch(switches::kNoServiceAutorun); in Run()
231 cmd.AppendSwitch(switches::kAutoLaunchAtStartup); in Run()
232 cmd.AppendSwitch(switches::kDisableBackgroundMode); in Run()
233 cmd.AppendSwitch(switches::kDisableDefaultApps); in Run()
234 cmd.AppendSwitch(switches::kDisableExtensions); in Run()
235 cmd.AppendSwitch(switches::kDisableGpu); in Run()
236 cmd.AppendSwitch(switches::kDisableSoftwareRasterizer); in Run()
237 cmd.AppendSwitch(switches::kDisableSync); in Run()
238 cmd.AppendSwitch(switches::kNoFirstRun); in Run()
239 cmd.AppendSwitch(switches::kNoStartupWindow); in Run()
[all …]
/external/chromium_org/chrome/installer/util/
Dinstallation_validator_unittest.cc196 uninstall_command_.AppendSwitch(installer::switches::kUninstall); in SetUninstallCommand()
198 uninstall_command_.AppendSwitch(installer::switches::kSystemLevel); in SetUninstallCommand()
200 uninstall_command_.AppendSwitch(installer::switches::kMultiInstall); in SetUninstallCommand()
202 uninstall_command_.AppendSwitch(installer::switches::kChrome); in SetUninstallCommand()
204 uninstall_command_.AppendSwitch(installer::switches::kChromeFrame); in SetUninstallCommand()
206 uninstall_command_.AppendSwitch(installer::switches::kChromeFrame); in SetUninstallCommand()
209 uninstall_command_.AppendSwitch(installer::switches::kMsi); in SetUninstallCommand()
242 cmd_line.AppendSwitch(installer::switches::kOnOsUpgrade); in AddOsUpgradeCommand()
245 cmd_line.AppendSwitch(installer::switches::kMultiInstall); in AddOsUpgradeCommand()
246 cmd_line.AppendSwitch(installer::switches::kChrome); in AddOsUpgradeCommand()
[all …]
Dchrome_app_host_operations.cc61 cmd_line->AppendSwitch(switches::kMultiInstall); in AppendProductFlags()
64 cmd_line->AppendSwitch(switches::kChromeAppLauncher); in AppendProductFlags()
78 cmd_line->AppendSwitch(switches::kMultiInstall); in AppendRenameFlags()
106 app_host_args.AppendSwitch(::switches::kShowAppList); in AddDefaultShortcutProperties()
Dchrome_frame_operations.cc79 cmd_line->AppendSwitch(switches::kMultiInstall); in AppendProductFlags()
82 cmd_line->AppendSwitch(switches::kChromeFrame); in AppendProductFlags()
92 cmd_line->AppendSwitch(switches::kMultiInstall); in AppendRenameFlags()
96 cmd_line->AppendSwitch(switches::kChromeFrame); in AppendRenameFlags()
/external/chromium/chrome/browser/prefs/
Dcommand_line_pref_store_unittest.cc61 cl.AppendSwitch(switches::kNoProxyServer); in TEST()
71 cl.AppendSwitch(unknown_string); in TEST()
83 cl.AppendSwitch(unknown_string); in TEST()
120 cl.AppendSwitch(switches::kNoProxyServer); in TEST()
126 cl.AppendSwitch(switches::kProxyAutoDetect); in TEST()
133 cl2.AppendSwitch(switches::kProxyAutoDetect); in TEST()
144 cl1.AppendSwitch(unknown_string); in TEST()
/external/chromium_org/chrome_frame/
Dchrome_launcher_unittest.cc13 bad.AppendSwitch(switches::kNoFirstRun); // in whitelist in TEST()
14 bad.AppendSwitch("no-such-switch"); // does not exist in TEST()
15 bad.AppendSwitch(switches::kHomePage); // exists but not in whitelist in TEST()
21 good.AppendSwitch(switches::kNoFirstRun); // in whitelist in TEST()
22 good.AppendSwitch(switches::kDisableBackgroundMode); // in whitelist in TEST()
/external/chromium_org/chrome/test/ppapi/
Dppapi_test.cc127 command_line->AppendSwitch(switches::kEnableFileCookies); in SetUpCommandLine()
131 command_line->AppendSwitch(switches::kEnablePepperTesting); in SetUpCommandLine()
134 command_line->AppendSwitch(switches::kDisableSmoothScrolling); in SetUpCommandLine()
137 command_line->AppendSwitch(switches::kUnlimitedStorage); in SetUpCommandLine()
314 command_line->AppendSwitch(switches::kPpapiInProcess); in SetUpCommandLine()
328 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); in SetUpCommandLine()
329 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); in SetUpCommandLine()
340 command_line->AppendSwitch(switches::kEnableNaCl); in SetUpCommandLine()
342 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); in SetUpCommandLine()
343 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream); in SetUpCommandLine()
[all …]
/external/chromium_org/chrome/test/automation/
Dproxy_launcher.cc416 command_line->AppendSwitch(switches::kNoDefaultBrowserCheck); in PrepareTestCommandline()
432 command_line->AppendSwitch(switches::kNoErrorDialogs); in PrepareTestCommandline()
434 command_line->AppendSwitch(switches::kNoSandbox); in PrepareTestCommandline()
436 command_line->AppendSwitch(switches::kFullMemoryCrashReport); in PrepareTestCommandline()
438 command_line->AppendSwitch(switches::kEnableDCHECK); in PrepareTestCommandline()
440 command_line->AppendSwitch(switches::kSilentDumpOnDCHECK); in PrepareTestCommandline()
442 command_line->AppendSwitch(switches::kDisableBreakpad); in PrepareTestCommandline()
449 command_line->AppendSwitch(switches::kMetricsRecordingOnly); in PrepareTestCommandline()
453 command_line->AppendSwitch(switches::kEnableLogging); in PrepareTestCommandline()
456 command_line->AppendSwitch(switches::kDebugOnStart); in PrepareTestCommandline()
[all …]
/external/chromium_org/chrome/browser/prefs/
Dcommand_line_pref_store_unittest.cc79 cl.AppendSwitch(switches::kNoProxyServer); in TEST()
89 cl.AppendSwitch(unknown_string); in TEST()
101 cl.AppendSwitch(unknown_string); in TEST()
138 cl.AppendSwitch(switches::kNoProxyServer); in TEST()
144 cl.AppendSwitch(switches::kProxyAutoDetect); in TEST()
151 cl2.AppendSwitch(switches::kProxyAutoDetect); in TEST()
162 cl1.AppendSwitch(unknown_string); in TEST()
/external/chromium_org/chrome/test/ui/
Dui_perf_test.cc18 launch_arguments_.AppendSwitch(switches::kDisableBackgroundNetworking); in SetLaunchSwitches()
22 launch_arguments_.AppendSwitch(switches::kAllowOutdatedPlugins); in SetLaunchSwitches()
50 launch_arguments_.AppendSwitch(switches::kEnableChromiumBranding); in UseReferenceBuild()
/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_browsertest.cc47 command_line->AppendSwitch(chromeos::switches::kGuestSession); in SetUpCommandLine()
48 command_line->AppendSwitch(::switches::kIncognito); in SetUpCommandLine()
56 command_line->AppendSwitch(chromeos::switches::kLoginManager); in SetUpCommandLine()
115 command_line->AppendSwitch(chromeos::switches::kLoginManager); in SetUpCommandLine()
116 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests); in SetUpCommandLine()
Dwallpaper_manager_browsertest.cc70 command_line->AppendSwitch(switches::kLoginManager); in SetUpCommandLine()
341 command_line->AppendSwitch(switches::kLoginManager); in SetUpCommandLine()
343 command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations); in SetUpCommandLine()
344 command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation); in SetUpCommandLine()
405 command_line->AppendSwitch(chromeos::switches::kDisableLoginAnimations); in SetUpCommandLine()
406 command_line->AppendSwitch(chromeos::switches::kDisableBootAnimation); in SetUpCommandLine()
407 command_line->AppendSwitch(::switches::kMultiProfiles); in SetUpCommandLine()
/external/chromium_org/chrome/test/perf/frame_rate/
Dframe_rate_tests.cc95 launch_arguments_.AppendSwitch(switches::kEnableBenchmarking); in SetUp()
101 launch_arguments_.AppendSwitch(switches::kAllowWebUICompositing); in SetUp()
107 launch_arguments_.AppendSwitch(switches::kAllowFileAccessFromFiles); in SetUp()
110 launch_arguments_.AppendSwitch(switches::kDisableAcceleratedCompositing); in SetUp()
111 launch_arguments_.AppendSwitch(switches::kDisableExperimentalWebGL); in SetUp()
112 launch_arguments_.AppendSwitch(switches::kDisableAccelerated2dCanvas); in SetUp()
116 launch_arguments_.AppendSwitch(switches::kDisableGpuVsync); in SetUp()
/external/chromium_org/chrome/test/perf/
Dmemory_test.cc57 launch_arguments_.AppendSwitch(switches::kDisablePlugins); in SetUp()
59 launch_arguments_.AppendSwitch(switches::kEnableLogging); in SetUp()
78 launch_arguments_.AppendSwitch(switches::kPlaybackMode); in SetUp()
79 launch_arguments_.AppendSwitch(switches::kNoEvents); in SetUp()
80 launch_arguments_.AppendSwitch(switches::kDisableGpuShaderDiskCache); in SetUp()
98 launch_arguments_.AppendSwitch(switches::kRecordMode); in SetUp()
99 launch_arguments_.AppendSwitch(switches::kNoEvents); in SetUp()
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
Dtab_capture_performancetest.cc114 command_line->AppendSwitch(switches::kAllowWebUICompositing); in SetUpCommandLine()
120 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles); in SetUpCommandLine()
131 command_line->AppendSwitch(switches::kDisableGpu); in SetUpCommandLine()
133 command_line->AppendSwitch(switches::kForceCompositingMode); in SetUpCommandLine()
137 command_line->AppendSwitch(switches::kDisableGpuVsync); in SetUpCommandLine()
/external/chromium/chrome/browser/chromeos/panels/
Dpanel_browsertest.cc26 command_line->AppendSwitch(switches::kDisablePopupBlocking); in SetUpCommandLine()
42 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
80 CommandLine::ForCurrentProcess()->AppendSwitch( in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dguest_mode_options_ui_browsertest.cc19 command_line->AppendSwitch(chromeos::switches::kGuestSession); in SetUpCommandLine()
20 command_line->AppendSwitch(switches::kIncognito); in SetUpCommandLine()

12345678910>>...17