HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 376 - 400 of 1305) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/views/examples/content_client/
examples_main_delegate.cc 44 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_image_layer_impl.cc 8 #include "cc/base/switches.h"
15 return cc::switches::IsImplSidePaintingEnabled();
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 121 command_line->AppendSwitch(switches::kDisablePopupBlocking);
199 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
212 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
227 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
241 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
332 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
342 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
353 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
365 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
422 command_line->AppendSwitch(switches::kEnableFastUnload)
    [all...]
browser_shutdown.cc 211 std::map<std::string, CommandLine::StringType> switches = local
213 // Remove the switches that shouldn't persist across restart.
214 about_flags::RemoveFlagsSwitches(&switches);
215 switches::RemoveSwitchesForAutostart(&switches);
216 // Append the old switches to the new command line.
218 switches.begin(); i != switches.end(); ++i) {
process_singleton_browsertest.cc 65 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_);
68 command_line.AppendSwitch(switches::kForceFirstRun);
70 command_line.AppendSwitch(switches::kNoFirstRun);
72 // Add the normal test-mode switches, except for the ones we're adding
80 if (switch_name == switches::kUserDataDir ||
81 switch_name == switches::kForceFirstRun ||
82 switch_name == switches::kNoFirstRun)
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 62 L" --" + ASCIIToUTF16(switches::kNoStartupWindow);
79 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
process_singleton_uitest.cc 67 command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir_);
70 command_line.AppendSwitch(switches::kFirstRun);
72 command_line.AppendSwitch(switches::kNoFirstRun);
74 // Add the normal test-mode switches, except for the ones we're adding
82 if (switch_name == switches::kUserDataDir ||
83 switch_name == switches::kFirstRun ||
84 switch_name == switches::kNoFirstRun)
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 21 command_line->AppendSwitch(switches::kDisablePopupBlocking);
22 command_line->AppendSwitch(switches::kAllowHTTPBackgroundPage);
window_open_apitest.cc 16 switches::kEnableExperimentalExtensionApis);
106 command_line->AppendSwitch(switches::kEnableExperimentalExtensionApis);
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc 65 command->AppendSwitch(switches::kForceAppMode);
66 command->AppendSwitchASCII(switches::kAppId, app_->id());
  /external/chromium_org/chrome/browser/chromeos/login/
captive_portal_window_browsertest.cc 71 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
72 command_line->AppendSwitch(chromeos::switches::kLoginManager);
oobe_browsertest.cc 134 command_line->AppendSwitch(chromeos::switches::kLoginManager);
135 command_line->AppendSwitch(chromeos::switches::kForceLoginManagerInTests);
137 chromeos::switches::kDisableChromeCaptivePortalDetector);
138 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
140 chromeos::switches::kAuthExtensionPath, "gaia_auth");
164 ::switches::kGaiaUrl, gaia_url.spec());
  /external/chromium_org/chrome/browser/extensions/api/rtc_private/
rtc_private_apitest.cc 37 command_line->AppendSwitchASCII(switches::kWhitelistedExtensionID,
39 command_line->AppendSwitch(switches::kEnableContacts);
  /external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc 30 switches::kAppsGalleryInstallAutoConfirmForTests, "accept");
58 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
  /external/chromium_org/chrome/browser/metrics/
metrics_service_browsertest.cc 32 command_line->AppendSwitch(switches::kMetricsRecordingOnly);
64 command_line->AppendSwitch(switches::kEnableMetricsReportingForTesting);
  /external/chromium_org/chrome/browser/translate/
translate_script.cc 56 if (command_line.HasSwitch(switches::kTranslateScriptURL)) {
58 command_line.GetSwitchValueASCII(switches::kTranslateScriptURL));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
keyboard_handler.cc 98 chromeos::switches::kHasChromeOSKeyboard);
102 chromeos::switches::kHasChromeOSDiamondKey);
  /external/chromium_org/content/browser/
browser_main_runner.cc 45 if (parameters.command_line.HasSwitch(switches::kWaitForDebugger))
51 switches::kEnableTextServicesFramework)) {
  /external/chromium_org/content/browser/gpu/
webgl_conformance_test.cc 28 command_line->AppendSwitch(switches::kEnablePrivilegedWebGLExtensions);
31 switches::kDisableGestureRequirementForMediaPlayback);
  /external/chromium_org/content/shell/
shell_android.cc 25 DCHECK(command_line->HasSwitch(switches::kForceCompositingMode));
26 DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing));
shell_javascript_dialog_manager.cc 34 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
79 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/sync/util/
get_session_name.cc 50 if (command_line->HasSwitch(chromeos::switches::kChromeOSReleaseBoard)) {
52 GetSwitchValueASCII(chromeos::switches::kChromeOSReleaseBoard);
  /external/chromium_org/chrome/browser/extensions/
extension_system.cc 127 bool allow_noisy_errors = !command_line->HasSwitch(switches::kNoErrorDialogs);
138 !command_line->HasSwitch(chromeos::switches::kGuestSession);
171 if (command_line->HasSwitch(switches::kLoadComponentExtension)) {
173 switches::kLoadComponentExtension);
192 if (command_line->HasSwitch(switches::kLoadExtension)) {
194 switches::kLoadExtension);
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 132 relaunch_cmd.AppendSwitchPath(switches::kRelaunchShortcut,
134 relaunch_cmd.AppendSwitchNative(switches::kWaitForMutex, mutex_name);
138 switches::kForceDesktop : switches::kForceImmersive);
206 if (cmd_line.HasSwitch(switches::kChromeVersion)) {
208 cmd_line.GetSwitchValueASCII(switches::kChromeVersion);
  /external/chromium_org/chrome/browser/prefs/
proxy_policy_unittest.cc 119 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
120 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
153 command_line_.AppendSwitchASCII(switches::kProxyBypassList, "123");
154 command_line_.AppendSwitchASCII(switches::kProxyServer, "789");
181 command_line_.AppendSwitch(switches::kNoProxyServer);
204 command_line_.AppendSwitch(switches::kProxyAutoDetect);

Completed in 535 milliseconds

<<11121314151617181920>>