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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/background/
background_mode_manager_win.cc 26 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
  /external/chromium_org/chrome/browser/extensions/signin/
gaia_auth_extension_loader.cc 48 if (command_line->HasSwitch(switches::kAuthExtensionPath)) {
50 command_line->GetSwitchValuePath(switches::kAuthExtensionPath);
60 } else if (!command_line->HasSwitch(chromeos::switches::kDisableSamlSignin) ||
61 (switches::IsNewProfileManagement() &&
  /external/chromium_org/chrome/browser/guest_view/web_view/
context_menu_content_type_web_view.cc 45 switches::kDebugPackedApps);
  /external/chromium_org/chrome/browser/invalidation/
ticl_profile_settings_provider.cc 47 switches::kInvalidationUseGCMChannel)) {
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl_unittest.cc 298 for (unsigned int i = 0; i < arraysize(switches); i++)
299 switches[i] = other.switches[i];
314 } switches[2]; member in struct:__anon8898::CommandLineTestParams
335 for (size_t i = 0; i < arraysize(GetParam().switches); i++) {
336 const char* name = GetParam().switches[i].name;
337 const char* value = GetParam().switches[i].value;
385 { switches::kNoProxyServer, NULL },
397 { switches::kNoProxyServer, NULL },
398 { switches::kProxyServer, "http://proxy:8888" }
    [all...]
proxy_service_factory.cc 101 bool use_v8 = !command_line.HasSwitch(switches::kWinHttpProxyResolver);
102 if (use_v8 && command_line.HasSwitch(switches::kSingleProcess)) {
114 if (command_line.HasSwitch(switches::kNumPacThreads)) {
115 std::string s = command_line.GetSwitchValueASCII(switches::kNumPacThreads);
  /external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type_platform_app.cc 42 switches::kDebugPackedApps);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.cc 25 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
27 command_line.GetSwitchValueASCII(switches::kOriginalProcessStartTime);
45 if (command_line.HasSwitch(switches::kOriginalProcessStartTime)) {
46 return command_line.HasSwitch(switches::kFastStart) ?
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 70 if (command_line->HasSwitch(switches::kViewerConnect) ||
71 command_line->HasSwitch(switches::kViewerLaunchViaAppId)) {
76 if (command_line->HasSwitch(switches::kOpenAsh))
152 if (command_line.HasSwitch(switches::kUserDataDir))
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper_browsertest.cc 24 command_line->AppendSwitch(switches::kForceFirstRun);
sync_promo_ui_unittest.cc 32 CommandLine::ForCurrentProcess()->AppendSwitch(switches::kDisableSync);
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 117 if (current_cmd_line.HasSwitch(switches::kVerboseLogging))
118 cmd_line->AppendSwitch(switches::kVerboseLogging);
122 cmd_line->AppendSwitch(switches::kSystemLevel);
123 cmd_line->AppendSwitch(switches::kSystemLevelToast);
129 std::string key(switches::kToastResultsKey);
205 cmd_line->AppendSwitch(switches::kSystemLevel);
208 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kVerboseLogging))
209 cmd_line->AppendSwitch(switches::kVerboseLogging);
214 cmd_line->AppendSwitchASCII(switches::kToastResultsKey,
259 if (cmd_line.HasSwitch(switches::kToastResultsKey))
    [all...]
  /external/chromium_org/chrome/service/
service_main.cc 27 if (parameters.command_line.HasSwitch(switches::kWaitForDebugger)) {
  /external/chromium_org/chrome/test/perf/
browser_perf_test.cc 20 command_line->AppendSwitch(switches::kDisableBackgroundNetworking);
  /external/chromium_org/chromeos/settings/
cros_settings_provider.cc 28 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&
  /external/chromium_org/components/nacl/broker/
nacl_broker_listener.cc 42 switches::kProcessChannelID);
99 cmd_line->AppendSwitchASCII(switches::kProcessType,
100 switches::kNaClLoaderProcess);
102 cmd_line->AppendSwitchASCII(switches::kProcessChannelID,
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 33 bool no_sandbox = parsed_command_line.HasSwitch(switches::kNoSandbox);
  /external/chromium_org/content/browser/renderer_host/input/
input_router_config_helper.cc 118 switches::kTouchScrollingMode);
119 if (modeString == switches::kTouchScrollingModeAsyncTouchmove)
121 if (modeString == switches::kTouchScrollingModeSyncTouchmove)
123 if (modeString == switches::kTouchScrollingModeTouchcancel)
  /external/chromium_org/content/public/common/
url_utils.cc 44 CHECK(cmd->HasSwitch(switches::kSingleProcess));
  /external/chromium_org/content/public/test/
content_browser_test.cc 65 command_line->AppendSwitch(switches::kContentBrowserTest);
72 if (command_line->HasSwitch(switches::kSingleProcess)) {
89 command_line->AppendSwitchPath(switches::kBrowserSubprocessPath,
117 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/utility/
utility_main.cc 42 bool no_sandbox = parameters.command_line.HasSwitch(switches::kNoSandbox);
  /external/chromium_org/media/audio/linux/
audio_manager_linux.cc 31 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseCras)) {
  /external/chromium_org/media/base/
media_switches.h 5 // Defines all the "media" command-line switches.
13 namespace switches { namespace
53 } // namespace switches
  /external/chromium_org/mojo/shell/
shell_test_main.cc 11 #include "mojo/shell/switches.h"
19 if (command_line.HasSwitch(switches::kChildProcessType)) {
  /external/chromium_org/ppapi/shared_impl/
ppapi_permissions.cc 32 switches::kEnablePepperTesting))

Completed in 1800 milliseconds

<<11121314151617181920>>