HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 201 - 225 of 1425) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/components/autofill/core/common/
password_generation_util.cc 52 if (command_line->HasSwitch(switches::kDisablePasswordGeneration))
55 if (command_line->HasSwitch(switches::kEnablePasswordGeneration))
  /external/chromium_org/content/browser/
histogram_message_filter.cc 49 switches::kStatsCollectionController);
52 << "--" << switches::kStatsCollectionController << " switch.";
  /external/chromium_org/content/public/test/
browser_test_base.cc 148 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
150 command_line->AppendSwitch(switches::kDomAutomationController);
154 command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
164 if (command_line->HasSwitch(switches::kDisableTestCompositor))
177 if (command_line->HasSwitch(switches::kUseGpuInTests))
202 if (command_line->HasSwitch(switches::kUseGL)) {
209 switches::kUseGL, gfx::kGLImplementationOSMesaName);
263 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/content/shell/renderer/
shell_content_renderer_client.cc 56 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
79 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
106 switches::kEnableBrowserPluginForAllViewTypes);
114 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
128 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
156 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
164 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
185 switches::kEnableBrowserPluginForAllViewTypes)) {
  /external/chromium_org/content/utility/
utility_main.cc 54 is_sandboxed = !parameters.command_line.HasSwitch(switches::kNoSandbox);
76 bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox);
  /external/chromium_org/extensions/common/
feature_switch.cc 11 #include "extensions/common/switches.h"
21 switches::kEasyOffStoreExtensionInstall,
24 switches::kForceDevModeHighlighting,
27 switches::kGlobalCommands,
30 switches::kScriptBadges,
33 switches::kScriptBubble,
36 switches::kPromptForExternalExtensions,
43 switches::kErrorConsole,
46 switches::kEnableOverrideBookmarksUI,
  /external/chromium_org/ui/ozone/
ozone_platform.cc 32 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kOzonePlatform))
35 switches::kOzonePlatform);
  /external/chromium/chrome/browser/net/
proxy_service_factory.cc 60 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver);
61 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
72 if (command_line.HasSwitch(switches::kNumPacThreads)) {
73 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
  /external/chromium/chrome/browser/ui/
browser_init.cc 364 if (command_line.HasSwitch(switches::kRestoreLastSession))
366 if (command_line.HasSwitch(switches::kIncognito) &&
538 if (command_line.HasSwitch(switches::kIncognito) &&
574 if (parsed_command_line.HasSwitch(switches::kEnableGView)) {
649 if (command_line_.HasSwitch(switches::kDnsLogDetails))
651 if (command_line_.HasSwitch(switches::kDnsPrefetchDisable))
654 if (command_line_.HasSwitch(switches::kDumpHistogramsOnExit))
657 if (command_line_.HasSwitch(switches::kRemoteShellPort)) {
659 command_line_.GetSwitchValueASCII(switches::kRemoteShellPort);
667 } else if (command_line_.HasSwitch(switches::kRemoteDebuggingPort))
    [all...]
  /external/chromium_org/ash/host/
root_window_host_factory_win.cc 24 ash::switches::kForceAshToDesktop))
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 24 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 35 command_line->AppendSwitch(::switches::kMultiProfiles);
57 AppendSwitchASCII(chromeos::switches::kLoginProfile,
62 AppendSwitchASCII(chromeos::switches::kLoginProfile,
67 AppendSwitchASCII(chromeos::switches::kLoginProfile,
  /external/chromium_org/chrome/browser/extensions/
external_component_loader.cc 26 GetSwitchValueASCII(switches::kEnableEnhancedBookmarks) != "0") {
  /external/chromium_org/chrome/browser/extensions/signin/
gaia_auth_extension_loader.cc 39 if (command_line->HasSwitch(switches::kAuthExtensionPath)) {
41 command_line->GetSwitchValuePath(switches::kAuthExtensionPath);
51 else if (command_line->HasSwitch(chromeos::switches::kEnableSamlSignin))
54 if (command_line->HasSwitch(switches::kEnableInlineSignin))
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 46 switches::kDisableZeroBrowsersOpenForTests)) {
  /external/chromium_org/chrome/browser/ui/webui/options/
geolocation_options_handler.cc 35 switches::kEnableGoogleNowIntegration)) {
  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 50 if (!cmd_line->HasSwitch(switches::kMultiInstall))
51 cmd_line->AppendSwitch(switches::kMultiInstall);
62 if (!cmd_line->HasSwitch(switches::kMultiInstall))
63 cmd_line->AppendSwitch(switches::kMultiInstall);
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 26 switches::kProcessType);
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 64 cmd_line->AppendSwitchASCII(switches::kProcessType,
65 switches::kNaClBrokerProcess);
66 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
68 cmd_line->AppendSwitch(switches::kNoErrorDialogs);
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl.cc 45 switches::kDisableRendererAccessibility)) {
51 switches::kForceRendererAccessibility)) {
80 switches::kDisableRendererAccessibility)) {
119 switches::kForceRendererAccessibility));
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_android.cc 26 if (command_line.HasSwitch(switches::kEnableVtune))
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 21 switches::kEnableShareGroupAsyncTextureUpload)) {
gpu_switches.cc 8 namespace switches { namespace
89 } // namespace switches
gpu_switches.h 5 // Defines all the command-line switches used by gpu/command_buffer/service/.
12 namespace switches { namespace
35 } // namespace switches
  /external/chromium_org/ui/base/
ui_base_switches.h 5 // Defines all the command-line switches used by ui/base.
13 namespace switches { namespace
39 } // namespace switches

Completed in 718 milliseconds

1 2 3 4 5 6 7 891011>>