Home
last modified time | relevance | path

Searched refs:switches (Results 1 – 25 of 1582) sorted by relevance

12345678910>>...64

/external/chromium_org/chrome/browser/chromeos/login/
Dchrome_restart_request.cc68 ::switches::kAllowWebUICompositing, in DeriveCommandLine()
69 ::switches::kDeviceManagementUrl, in DeriveCommandLine()
70 ::switches::kDisableAccelerated2dCanvas, in DeriveCommandLine()
71 ::switches::kDisableAcceleratedOverflowScroll, in DeriveCommandLine()
72 ::switches::kDisableAcceleratedPlugins, in DeriveCommandLine()
73 ::switches::kDisableAcceleratedVideoDecode, in DeriveCommandLine()
74 ::switches::kDisableBrowserPluginCompositing, in DeriveCommandLine()
75 ::switches::kDisableDeadlineScheduling, in DeriveCommandLine()
76 ::switches::kDisableDelegatedRenderer, in DeriveCommandLine()
77 ::switches::kDisableFiltersOverIPC, in DeriveCommandLine()
[all …]
/external/chromium_org/chrome/browser/
Dabout_flags.cc114 GetSwitchString(switches::kFlagSwitchesBegin)); in ExtractFlagsFromCommandLine()
117 GetSwitchString(switches::kFlagSwitchesEnd)); in ExtractFlagsFromCommandLine()
123 GetSwitchString(chromeos::switches::kPolicySwitchesBegin)); in ExtractFlagsFromCommandLine()
125 GetSwitchString(chromeos::switches::kPolicySwitchesEnd)); in ExtractFlagsFromCommandLine()
135 switches::kEnableCompositingForFixedPosition, ""},
137 switches::kDisableCompositingForFixedPosition, ""},
139 switches::kEnableHighDpiCompositingForFixedPosition, ""}
145 switches::kEnableCompositingForTransition, ""},
147 switches::kDisableCompositingForTransition, ""},
153 switches::kEnableAcceleratedFixedRootBackground, ""},
[all …]
/external/chromium_org/content/browser/android/
Dcontent_startup_flags.cc30 if (parsed_command_line->HasSwitch(switches::kRendererProcessLimit)) { in SetContentCommandLineFlags()
32 switches::kRendererProcessLimit); in SetContentCommandLineFlags()
42 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()
55 switches::kEnableCompositingForFixedPosition); in SetContentCommandLineFlags()
56 parsed_command_line->AppendSwitch(switches::kEnableAcceleratedOverflowScroll); in SetContentCommandLineFlags()
58 switches::kEnableAcceleratedScrollableFrames); in SetContentCommandLineFlags()
60 switches::kEnableCompositedScrollingForFrames); in SetContentCommandLineFlags()
[all …]
/external/chromium_org/chrome/browser/prefs/
Dcommand_line_pref_store.cc25 { switches::kLang, prefs::kApplicationLocale },
26 { switches::kAuthSchemes, prefs::kAuthSchemes },
27 { switches::kAuthServerWhitelist, prefs::kAuthServerWhitelist },
28 { switches::kAuthNegotiateDelegateWhitelist,
30 { switches::kGSSAPILibraryName, prefs::kGSSAPILibraryName },
31 { switches::kSpdyProxyAuthOrigin, prefs::kSpdyProxyAuthOrigin },
32 { switches::kDiskCacheDir, prefs::kDiskCacheDir },
33 { switches::kSSLVersionMin, prefs::kSSLVersionMin },
34 { switches::kSSLVersionMax, prefs::kSSLVersionMax },
39 { switches::kDisableAuthNegotiateCnameLookup,
[all …]
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc270 switches::kInProcessPlugins)) { in ShouldSandbox()
390 switches::kDisableGpuShaderDiskCache)) { in RenderProcessHostImpl()
451 switches::kDisableGpuShaderDiskCache)) { in ~RenderProcessHostImpl()
473 browser_command_line.GetSwitchValueNative(switches::kRendererCmdPrefix); in Init()
535 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id); in Init()
761 switches::kEnableMemoryBenchmarking)) in CreateMessageFilters()
791 if (browser_command_line.HasSwitch(switches::kAuditHandles) || in RemoveRoute()
792 browser_command_line.HasSwitch(switches::kAuditAllHandles)) { in RemoveRoute()
829 if (command_line->HasSwitch(switches::kDisableKillAfterBadIPC)) in ReceivedBadMessage()
879 command_line->AppendSwitchASCII(switches::kProcessType, in AppendRendererCommandLine()
[all …]
/external/chromium_org/content/child/
Druntime_features.cc52 if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
57 if (command_line.HasSwitch(switches::kDisableDatabases)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
60 if (command_line.HasSwitch(switches::kDisableApplicationCache)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
63 if (command_line.HasSwitch(switches::kDisableDesktopNotifications)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
66 if (command_line.HasSwitch(switches::kDisableNavigatorContentUtils)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
69 if (command_line.HasSwitch(switches::kDisableLocalStorage)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
72 if (command_line.HasSwitch(switches::kDisableSessionStorage)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
75 if (command_line.HasSwitch(switches::kDisableGeolocation)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
78 if (command_line.HasSwitch(switches::kDisableWebKitMediaSource)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
81 if (command_line.HasSwitch(switches::kDisableUnprefixedMediaSource)) in SetRuntimeFeaturesDefaultsAndUpdateFromArgs()
[all …]
/external/chromium_org/base/test/
Dtest_switches.cc9 const char switches::kTestLargeTimeout[] = "test-large-timeout";
12 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
16 const char switches::kTestLauncherBotMode[] =
22 const char switches::kTestLauncherDebugLauncher[] =
26 const char switches::kTestLauncherJobs[] = "test-launcher-jobs";
29 const char switches::kTestLauncherOutput[] = "test-launcher-output";
32 const char switches::kTestLauncherRetryLimit[] = "test-launcher-retry-limit";
35 const char switches::kTestLauncherSummaryOutput[] =
40 const char switches::kTestLauncherPrintTestStdio[] =
45 const char switches::kTestLauncherShardIndex[] =
[all …]
/external/chromium/chrome/browser/prefs/
Dcommand_line_pref_store.cc16 { switches::kLang, prefs::kApplicationLocale },
17 { switches::kAuthSchemes, prefs::kAuthSchemes },
18 { switches::kAuthServerWhitelist, prefs::kAuthServerWhitelist },
19 { switches::kAuthNegotiateDelegateWhitelist,
21 { switches::kGSSAPILibraryName, prefs::kGSSAPILibraryName },
26 { switches::kDisableAuthNegotiateCnameLookup,
28 { switches::kEnableAuthNegotiatePort, prefs::kEnableAuthNegotiatePort,
30 { switches::kDisable3DAPIs, prefs::kDisable3DAPIs, true },
31 { switches::kEnableCloudPrintProxy, prefs::kCloudPrintProxyEnabled,
33 { switches::kAllowOutdatedPlugins, prefs::kPluginsAllowOutdated, true },
[all …]
/external/chromium_org/chrome/app/
Dchrome_main_delegate.cc184 if (process_type == switches::kPluginProcess || in AdjustLinuxOOMScore()
185 process_type == switches::kPpapiPluginProcess) { in AdjustLinuxOOMScore()
187 } else if (process_type == switches::kPpapiBrokerProcess) { in AdjustLinuxOOMScore()
190 } else if (process_type == switches::kUtilityProcess || in AdjustLinuxOOMScore()
191 process_type == switches::kWorkerProcess || in AdjustLinuxOOMScore()
192 process_type == switches::kGpuProcess || in AdjustLinuxOOMScore()
193 process_type == switches::kServiceProcess) { in AdjustLinuxOOMScore()
196 } else if (process_type == switches::kNaClLoaderProcess) { in AdjustLinuxOOMScore()
199 } else if (process_type == switches::kZygoteProcess || in AdjustLinuxOOMScore()
204 } else if (process_type == switches::kRendererProcess) { in AdjustLinuxOOMScore()
[all …]
/external/chromium_org/chrome/test/chromedriver/
Dcapabilities_unittest.cc13 Switches switches; in TEST() local
15 switches.AppendToCommandLine(&cmd); in TEST()
17 ASSERT_EQ("", switches.ToString()); in TEST()
21 Switches switches; in TEST() local
22 switches.SetSwitch("hello"); in TEST()
24 ASSERT_TRUE(switches.HasSwitch("hello")); in TEST()
25 ASSERT_EQ("", switches.GetSwitchValue("hello")); in TEST()
28 switches.AppendToCommandLine(&cmd); in TEST()
31 ASSERT_EQ("--hello", switches.ToString()); in TEST()
35 Switches switches; in TEST() local
[all …]
/external/chromium/chrome/common/
Dnacl_cmd_line.cc15 cmd_line->AppendSwitch(switches::kNoErrorDialogs); in CopyNaClCommandLineArguments()
21 switches::kNoSandbox, in CopyNaClCommandLineArguments()
22 switches::kTestNaClSandbox, in CopyNaClCommandLineArguments()
23 switches::kDisableBreakpad, in CopyNaClCommandLineArguments()
24 switches::kFullMemoryCrashReport, in CopyNaClCommandLineArguments()
25 switches::kEnableLogging, in CopyNaClCommandLineArguments()
26 switches::kDisableLogging, in CopyNaClCommandLineArguments()
27 switches::kLoggingLevel, in CopyNaClCommandLineArguments()
28 switches::kEnableDCHECK, in CopyNaClCommandLineArguments()
29 switches::kSilentDumpOnDCHECK, in CopyNaClCommandLineArguments()
[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()
39 if (!command_line->HasSwitch(switches::kEnableLogging)) in PrepareBrowserCommandLineForTests()
40 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr"); in PrepareBrowserCommandLineForTests()
41 if (!command_line->HasSwitch(switches::kLoggingLevel)) in PrepareBrowserCommandLineForTests()
42 command_line->AppendSwitchASCII(switches::kLoggingLevel, "0"); // info in PrepareBrowserCommandLineForTests()
45 command_line->AppendSwitch(switches::kSbDisableAutoUpdate); in PrepareBrowserCommandLineForTests()
48 command_line->AppendSwitch(switches::kDisableDefaultApps); in PrepareBrowserCommandLineForTests()
[all …]
/external/chromium_org/content/shell/app/
Dshell_main_delegate.cc124 if (command_line.HasSwitch(switches::kCheckLayoutTestSysDeps)) { in BasicStartupComplete()
132 if (command_line.HasSwitch(switches::kDumpRenderTree)) { in BasicStartupComplete()
135 command_line.AppendSwitch(switches::kProcessPerTab); in BasicStartupComplete()
136 command_line.AppendSwitch(switches::kEnableLogging); in BasicStartupComplete()
137 command_line.AppendSwitch(switches::kAllowFileAccessFromFiles); in BasicStartupComplete()
141 switches::kUseGL, gfx::kGLImplementationOSMesaName); in BasicStartupComplete()
143 command_line.AppendSwitch(switches::kSkipGpuDataLoading); in BasicStartupComplete()
144 command_line.AppendSwitchASCII(switches::kTouchEvents, in BasicStartupComplete()
145 switches::kTouchEventsEnabled); in BasicStartupComplete()
146 command_line.AppendSwitch(switches::kEnableGestureTapHighlight); in BasicStartupComplete()
[all …]
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc88 !cmd->HasSwitch(switches::kDisableGpuVsync); in Create()
90 cmd->HasSwitch(switches::kEnableBeginFrameScheduling); in Create()
92 cmd->HasSwitch(switches::kEnableDeadlineScheduling) && in Create()
93 !cmd->HasSwitch(switches::kDisableDeadlineScheduling); in Create()
97 cmd->HasSwitch(cc::switches::kEnablePerTilePainting); in Create()
99 !cmd->HasSwitch(cc::switches::kDisableThreadedAnimation); in Create()
101 !cmd->HasSwitch(cc::switches::kDisableCompositorTouchHitTesting); in Create()
104 if (cmd->HasSwitch(switches::kDefaultTileWidth)) { in Create()
105 GetSwitchValueAsInt(*cmd, switches::kDefaultTileWidth, 1, in Create()
109 if (cmd->HasSwitch(switches::kDefaultTileHeight)) { in Create()
[all …]
/external/chromium_org/content/browser/gpu/
Dcompositor_util.cc41 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) || in GetGpuFeatureInfo()
52 command_line.HasSwitch(switches::kDisableAcceleratedCompositing), in GetGpuFeatureInfo()
63 command_line.HasSwitch(switches::kDisableAcceleratedLayers), in GetGpuFeatureInfo()
72 command_line.HasSwitch(cc::switches::kDisableThreadedAnimation) || in GetGpuFeatureInfo()
73 command_line.HasSwitch(switches::kDisableAcceleratedCompositing) || in GetGpuFeatureInfo()
74 command_line.HasSwitch(switches::kDisableAcceleratedLayers), in GetGpuFeatureInfo()
81 command_line.HasSwitch(switches::kDisableExperimentalWebGL), in GetGpuFeatureInfo()
88 command_line.HasSwitch(switches::kDisableGLMultisampling), in GetGpuFeatureInfo()
96 command_line.HasSwitch(switches::kDisableFlash3d), in GetGpuFeatureInfo()
104 command_line.HasSwitch(switches::kDisableFlashStage3d), in GetGpuFeatureInfo()
[all …]
Dgpu_data_manager_impl_private.cc159 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas), in UpdateStats()
160 command_line.HasSwitch(switches::kDisableAcceleratedCompositing), in UpdateStats()
161 command_line.HasSwitch(switches::kDisableExperimentalWebGL), in UpdateStats()
162 command_line.HasSwitch(switches::kDisableImageTransportSurface) in UpdateStats()
270 !command_line->HasSwitch(switches::kDefaultTileWidth) && in ApplyAndroidWorkarounds()
271 !command_line->HasSwitch(switches::kDefaultTileHeight)) { in ApplyAndroidWorkarounds()
275 switches::kDefaultTileWidth, size.str()); in ApplyAndroidWorkarounds()
277 switches::kDefaultTileHeight, size.str()); in ApplyAndroidWorkarounds()
287 switches::kGpuSwitching); in AdjustGpuSwitchingOption()
288 if (option == switches::kGpuSwitchingOptionNameForceDiscrete) { in AdjustGpuSwitchingOption()
[all …]
/external/chromium_org/components/nacl/common/
Dnacl_cmd_line.cc20 switches::kNoSandbox, in CopyNaClCommandLineArguments()
21 switches::kDisableBreakpad, in CopyNaClCommandLineArguments()
22 switches::kFullMemoryCrashReport, in CopyNaClCommandLineArguments()
23 switches::kEnableLogging, in CopyNaClCommandLineArguments()
24 switches::kDisableLogging, in CopyNaClCommandLineArguments()
25 switches::kLoggingLevel, in CopyNaClCommandLineArguments()
26 switches::kEnableDCHECK, in CopyNaClCommandLineArguments()
27 switches::kNoErrorDialogs, in CopyNaClCommandLineArguments()
29 switches::kEnableSandboxLogging, in CopyNaClCommandLineArguments()
/external/chromium_org/content/common/
Dsandbox_init_mac.cc35 if (command_line.HasSwitch(switches::kNoSandbox)) in GetSandboxTypeFromCommandLine()
39 command_line.GetSwitchValueASCII(switches::kProcessType); in GetSandboxTypeFromCommandLine()
43 } else if (process_type == switches::kRendererProcess) { in GetSandboxTypeFromCommandLine()
45 } else if (process_type == switches::kUtilityProcess) { in GetSandboxTypeFromCommandLine()
49 command_line.GetSwitchValuePath(switches::kUtilityProcessAllowedDir); in GetSandboxTypeFromCommandLine()
50 } else if (process_type == switches::kWorkerProcess) { in GetSandboxTypeFromCommandLine()
53 } else if (process_type == switches::kGpuProcess) { in GetSandboxTypeFromCommandLine()
54 if (command_line.HasSwitch(switches::kDisableGpuSandbox)) in GetSandboxTypeFromCommandLine()
57 } else if ((process_type == switches::kPluginProcess) || in GetSandboxTypeFromCommandLine()
58 (process_type == switches::kPpapiBrokerProcess)) { in GetSandboxTypeFromCommandLine()
[all …]
/external/chromium_org/chrome/common/
Dswitch_utils_unittest.cc23 std::map<std::string, CommandLine::StringType> switches = in TEST() local
25 EXPECT_EQ(5U, switches.size()); in TEST()
27 switches::RemoveSwitchesForAutostart(&switches); in TEST()
28 EXPECT_EQ(2U, switches.size()); in TEST()
46 std::map<std::string, CommandLine::StringType> switches = in TEST() local
48 EXPECT_EQ(5U, switches.size()); in TEST()
50 switches::RemoveSwitchesForAutostart(&switches); in TEST()
51 EXPECT_EQ(2U, switches.size()); in TEST()
Dswitch_utils.cc10 namespace switches { namespace
17 switches::kApp,
18 switches::kAppId,
19 switches::kForceFirstRun,
20 switches::kMakeDefaultBrowser,
21 switches::kNoStartupWindow,
22 switches::kRestoreLastSession,
23 switches::kShowAppList,
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc256 !command_line.HasSwitch(switches::kDisableDevTools); in GetWebkitPrefs()
258 !command_line.HasSwitch(switches::kDisableJavaScript) && in GetWebkitPrefs()
261 !command_line.HasSwitch(switches::kDisableWebSecurity) && in GetWebkitPrefs()
264 !command_line.HasSwitch(switches::kDisablePlugins) && in GetWebkitPrefs()
267 !command_line.HasSwitch(switches::kDisableJava) && in GetWebkitPrefs()
272 command_line.HasSwitch(switches::kEnableFastback); in GetWebkitPrefs()
274 !command_line.HasSwitch(switches::kDisableRemoteFonts); in GetWebkitPrefs()
276 !command_line.HasSwitch(switches::kDisableXSSAuditor); in GetWebkitPrefs()
278 !command_line.HasSwitch(switches::kDisableApplicationCache); in GetWebkitPrefs()
281 !command_line.HasSwitch(switches::kDisableLocalStorage); in GetWebkitPrefs()
[all …]
/external/chromium_org/content/app/
Dcontent_main_runner.cc244 if (command_line.HasSwitch(switches::kProcessChannelID)) { in GetBrowserPid()
247 command_line.GetSwitchValueASCII(switches::kProcessChannelID); in GetBrowserPid()
281 if (command_line.HasSwitch(switches::kEnableStatsTable)) { in InitializeStatsTable()
306 if (process_type == switches::kPluginProcess || in Set()
307 process_type == switches::kPpapiPluginProcess) { in Set()
313 } else if (process_type == switches::kRendererProcess || in Set()
315 switches::kSingleProcess)) { in Set()
322 if (process_type == switches::kUtilityProcess || in Set()
324 switches::kSingleProcess)) { in Set()
350 { switches::kRendererProcess, RendererMain }, in RunZygote()
[all …]
/external/chromium/base/test/
Dtest_switches.cc8 const char switches::kLiveOperationTimeout[] = "live-operation-timeout";
12 const char switches::kTestLargeTimeout[] = "test-large-timeout";
13 const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
14 const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
15 const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
16 const char switches::kUiTestTerminateTimeout[] = "ui-test-terminate-timeout";
17 const char switches::kUiTestTimeout[] = "test-timeout";
/external/chromium/chrome/browser/
Dbrowser_main.cc223 if (parsed_command_line().HasSwitch(switches::kEnableBenchmarking)) in EarlyInitialization()
228 if (parsed_command_line().HasSwitch(switches::kEnableDNSSECCerts)) in EarlyInitialization()
230 if (parsed_command_line().HasSwitch(switches::kDisableSSLFalseStart)) in EarlyInitialization()
236 switches::kEnableDNSCertProvenanceChecking)) { in EarlyInitialization()
240 if (parsed_command_line().HasSwitch(switches::kEnableTcpFastOpen)) in EarlyInitialization()
394 if (parsed_command_line().HasSwitch(switches::kUseSpdy)) { in SpdyFieldTrial()
396 parsed_command_line().GetSwitchValueASCII(switches::kUseSpdy); in SpdyFieldTrial()
449 if (parsed_command_line().HasSwitch(switches::kMaxSpdyConcurrentStreams)) { in SpdyFieldTrial()
452 switches::kMaxSpdyConcurrentStreams), in SpdyFieldTrial()
460 if (parsed_command_line().HasSwitch(switches::kDisableSSLFalseStart)) { in SSLFalseStartFieldTrial()
[all …]
/external/chromium_org/chrome/browser/ui/startup/
Dbad_flags_prompt.cc31 switches::kSingleProcess, in ShowBadFlagsPrompt()
32 switches::kNoSandbox, in ShowBadFlagsPrompt()
33 switches::kDisableWebSecurity, in ShowBadFlagsPrompt()
36 switches::kEnableBrowserPluginForAllViewTypes, in ShowBadFlagsPrompt()
37 extensions::switches::kExtensionsOnChromeURLs, in ShowBadFlagsPrompt()
39 switches::kTranslateScriptURL, in ShowBadFlagsPrompt()
40 translate::switches::kTranslateSecurityOrigin, in ShowBadFlagsPrompt()
43 switches::kDisableWebRtcEncryption, in ShowBadFlagsPrompt()

12345678910>>...64