HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 151 - 175 of 1275) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/components/autofill/core/common/
password_autofill_util.cc 36 switches::kDisableIgnoreAutocompleteOff);
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc 54 command_line.GetSwitchValueASCII(switches::kProcessType);
62 if (command_line.HasSwitch(switches::kEnableLogging))
73 if (process_type == switches::kNaClLoaderProcess)
76 if (process_type == switches::kNaClBrokerProcess)
  /external/chromium_org/components/signin/core/common/
profile_management_switches.h 16 namespace switches { namespace
48 } // namespace switches
  /external/chromium_org/content/renderer/android/
synchronous_compositor_factory.cc 23 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc 22 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/content/shell/renderer/
shell_render_view_observer.cc 23 switches::kExposeInternalsForTesting)) {
  /external/chromium_org/extensions/common/
switches.cc 5 #include "extensions/common/switches.h"
9 namespace switches { namespace in namespace:extensions
80 } // namespace switches
switches.h 8 // All switches in alphabetical order. The switches should be documented
12 namespace switches { namespace in namespace:extensions
34 } // namespace switches
  /external/chromium_org/media/base/
media_switches.cc 7 namespace switches { namespace
97 } // 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
30 } // namespace switches
  /external/chromium_org/ui/events/
event_switches.h 11 namespace switches { namespace
31 } // namespace switches
  /external/chromium_org/ui/gl/
gl_switches.cc 19 namespace switches { namespace
67 // This is the list of switches passed from this file that are passed from the
82 } // namespace switches
  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 44 from_command_line_.AppendSwitch(switches::kDisableWebRtcEncryption);
62 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
67 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
72 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
78 EXPECT_TRUE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
80 EXPECT_FALSE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
86 EXPECT_FALSE(to_command_line_.HasSwitch(switches::kDisableWebRtcEncryption));
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 38 if (uninstall_command.HasSwitch(switches::kMultiInstall))
62 if (is_multi_install && !cmd_line->HasSwitch(switches::kMultiInstall))
63 cmd_line->AppendSwitch(switches::kMultiInstall);
66 cmd_line->AppendSwitch(switches::kChromeAppLauncher);
79 if (is_multi_install && !cmd_line->HasSwitch(switches::kMultiInstall))
80 cmd_line->AppendSwitch(switches::kMultiInstall);
109 app_host_args.AppendSwitch(::switches::kShowAppList);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_service_url_unittest.cc 17 switches::kWalletServiceUseSandbox, "1");
52 switches::kWalletServiceUseSandbox, "0");
92 command_line->AppendSwitch(::switches::kReduceSecurityForTesting);
95 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "0");
101 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
106 command_line->AppendSwitchASCII(switches::kWalletServiceUrl,
118 command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
  /external/chromium_org/content/browser/
plugin_process_host.cc 44 #include "ui/gfx/switches.h"
166 browser_command_line.GetSwitchValueNative(switches::kPluginLauncher);
187 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kPluginProcess);
188 cmd_line->AppendSwitchPath(switches::kPluginPath, info.path);
190 // Propagate the following switches to the plugin command line (along with
193 switches::kDisableBreakpad,
194 switches::kDisableDirectNPAPIRequests,
195 switches::kEnableStatsTable,
196 switches::kFullMemoryCrashReport
    [all...]
utility_process_host_impl.cc 202 switches::kUtilityCmdPrefix);
207 // |switches::kUtilityCmdPrefix|. See ChildProcessHost::GetChildPath() for
220 cmd_line->AppendSwitchASCII(switches::kProcessType,
221 switches::kUtilityProcess);
222 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
224 cmd_line->AppendSwitchASCII(switches::kLang, locale);
226 if (no_sandbox_ || browser_command_line.HasSwitch(switches::kNoSandbox))
227 cmd_line->AppendSwitch(switches::kNoSandbox);
229 if (browser_command_line.HasSwitch(switches::kEnableSandboxLogging))
230 cmd_line->AppendSwitch(switches::kEnableSandboxLogging)
    [all...]
  /external/chromium_org/content/renderer/
renderer_main.cc 61 if (command_line.HasSwitch(switches::kWaitForDebugger))
64 if (command_line.HasSwitch(switches::kRendererStartupDialog))
68 if (command_line.HasSwitch(switches::kRendererAssertTest)) {
134 if (parsed_command_line.HasSwitch(switches::kLang)) {
136 parsed_command_line.GetSwitchValueASCII(switches::kLang);
174 if (parsed_command_line.HasSwitch(switches::kMemoryMetrics)) {
181 bool no_sandbox = parsed_command_line.HasSwitch(switches::kNoSandbox);
191 if (parsed_command_line.HasSwitch(switches::kForceFieldTrials)) {
195 parsed_command_line.GetSwitchValueASCII(switches::kForceFieldTrials),
  /external/chromium_org/content/common/sandbox_linux/
sandbox_linux.cc 57 command_line.GetSwitchValueASCII(switches::kProcessType);
203 SandboxSeccompBPF::ShouldEnableSeccompBPF(switches::kRendererProcess)) {
269 command_line->GetSwitchValueASCII(switches::kProcessType);
294 bool sandbox_failure_fatal = process_type != switches::kGpuProcess;
298 if (process_type == switches::kGpuProcess &&
299 command_line->HasSwitch(switches::kGpuSandboxFailuresFatal)) {
301 command_line->GetSwitchValueASCII(switches::kGpuSandboxFailuresFatal);
343 if (command_line->HasSwitch(switches::kNoSandbox)) {
360 if (process_type == switches::kRendererProcess ||
361 process_type == switches::kWorkerProcess |
    [all...]
sandbox_seccomp_bpf_linux.cc 124 if (process_type == switches::kRendererProcess ||
125 process_type == switches::kWorkerProcess ||
126 process_type == switches::kGpuProcess ||
127 process_type == switches::kPpapiPluginProcess) {
171 if (command_line.HasSwitch(switches::kGpuSandboxAllowSysVShm)) {
189 if (process_type == switches::kGpuProcess) {
191 } else if (process_type == switches::kRendererProcess ||
192 process_type == switches::kWorkerProcess) {
194 } else if (process_type == switches::kPpapiPluginProcess) {
196 } else if (process_type == switches::kUtilityProcess)
    [all...]
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 156 // append switches::kEnableOfflineAutoReload, which will override the disable
158 command_line->AppendSwitch(switches::kDisableOfflineAutoReload);
202 CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) {
218 command_line->AppendSwitchASCII(switches::kTestType, kBrowserTestType);
221 if (command_line->HasSwitch(switches::kAshBrowserTests)) {
222 command_line->AppendSwitchNative(switches::kViewerLaunchViaAppId,
227 command_line->AppendSwitch(switches::kSilentLaunch);
243 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath,
249 command_line->AppendSwitch(switches::kDisableZeroBrowsersOpenForTests);
258 command_line->GetSwitchValuePath(switches::kUserDataDir)
356 CommandLine::SwitchMap switches = local
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 196 if (command_line.HasSwitch(switches::kProcessChannelID)) {
198 command_line.GetSwitchValueASCII(switches::kProcessChannelID);
215 if (command_line.HasSwitch(switches::kEnableStatsTable)) {
254 if (process_type == switches::kPluginProcess ||
255 process_type == switches::kPpapiPluginProcess) {
261 } else if (process_type == switches::kRendererProcess ||
263 switches::kSingleProcess)) {
270 if (process_type == switches::kUtilityProcess ||
272 switches::kSingleProcess)) {
298 { switches::kRendererProcess, RendererMain }
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_window_state.cc 98 bool record_mode = parsed_command_line.HasSwitch(switches::kRecordMode);
99 bool playback_mode = parsed_command_line.HasSwitch(switches::kPlaybackMode);
110 if (parsed_command_line.HasSwitch(switches::kWindowSize)) {
112 parsed_command_line.GetSwitchValueASCII(switches::kWindowSize);
117 if (parsed_command_line.HasSwitch(switches::kWindowPosition)) {
119 parsed_command_line.GetSwitchValueASCII(switches::kWindowPosition);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
demo_mode_detector.cc 92 if (!cmdline->HasSwitch(switches::kDerelictDetectionTimeout) ||
94 cmdline->GetSwitchValueASCII(switches::kDerelictDetectionTimeout),
102 if (!cmdline->HasSwitch(switches::kDerelictIdleTimeout) ||
104 cmdline->GetSwitchValueASCII(switches::kDerelictIdleTimeout),
112 if (!cmdline->HasSwitch(switches::kOobeTimerInterval) ||
114 cmdline->GetSwitchValueASCII(switches::kOobeTimerInterval),
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl.cc 67 switches::kDisableRendererAccessibility)) {
88 switches::kDisableRendererAccessibility)) {
94 switches::kForceRendererAccessibility)) {
143 switches::kForceRendererAccessibility));
154 switches::kDisableRendererAccessibility)) {
167 switches::kForceRendererAccessibility) &&

Completed in 1480 milliseconds

1 2 3 4 5 67 8 91011>>