Searched refs:switches (Results 601 - 625 of 1342) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/ui/views/controls/webview/
H A Dwebview_interactive_uitest.cc45 cmd_line->AppendSwitch(switches::kEnableTextInputFocusManager);
/external/chromium_org/win8/delegate_execute/
H A Dcommand_execute_impl.cc97 cl.AppendSwitch(switches::kSilentLaunch);
100 cl.AppendSwitch(switches::kViewerConnect);
455 if (parameters_.HasSwitch(switches::kForceImmersive)) {
459 } else if (parameters_.HasSwitch(switches::kForceDesktop)) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dreset_browsertest.cc43 command_line->AppendSwitch(switches::kEnableRollbackOption);
108 command_line->AppendSwitch(switches::kFirstExecAfterBoot);
109 command_line->AppendSwitch(switches::kEnableRollbackOption);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dbrowser_policy_connector_chromeos.cc81 chromeos::switches::kConsumerDeviceManagementUrl)) {
83 chromeos::switches::kConsumerDeviceManagementUrl);
154 if (command_line->HasSwitch(chromeos::switches::kEnableConsumerManagement)) {
/external/chromium_org/chrome/browser/diagnostics/
H A Ddiagnostics_controller_unittest.cc49 cmdline_.AppendSwitchPath(switches::kUserDataDir, profile_dir_);
50 cmdline_.AppendSwitch(switches::kDiagnostics);
51 cmdline_.AppendSwitch(switches::kDiagnosticsRecovery);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc59 switches::kForceFieldTrials,
71 command_line->AppendSwitchNative(switches::kLoadExtension,
73 command_line->AppendSwitch(switches::kDisableExtensionsFileAccessCheck);
H A Dwindow_open_apitest.cc30 #include "extensions/common/switches.h"
53 extensions::switches::kEnableExperimentalExtensionApis);
239 // command_line->AppendSwitch(switches::kDisablePanels);
251 command_line->AppendSwitch(switches::kEnablePanels);
291 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
298 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePanels)) {
344 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnablePanels)) {
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_apprtc_browsertest.cc52 EXPECT_FALSE(command_line->HasSwitch(switches::kUseFakeUIForMediaStream));
55 command_line->AppendSwitch(switches::kUseGpuInTests);
57 switches::kUseFakeDeviceForMediaStream);
H A Dchrome_webrtc_video_quality_browsertest.cc117 command_line->AppendSwitchPath(switches::kUseFileForFakeVideoCapture,
119 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
122 command_line->AppendSwitch(switches::kUseGpuInTests);
221 // Note: don't append switches to this command since it will mess up the
H A Dencrypted_media_browsertest.cc240 switches::kDisableGestureRequirementForMediaPlayback);
250 command_line->AppendSwitch(switches::kDisableWebSecurity);
285 command_line->AppendSwitchNative(switches::kRegisterPepperPlugins,
341 command_line->AppendSwitch(switches::kEnableEncryptedMedia);
426 command_line->AppendSwitch(switches::kEnableEncryptedMedia);
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_browsertest.cc43 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
117 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
177 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
/external/chromium_org/chrome/browser/signin/
H A Dsignin_browsertest.cc50 switches::kHostResolverRules,
53 command_line->AppendSwitch(switches::kIgnoreCertificateErrors);
56 command_line->AppendSwitch(switches::kEnableWebBasedSignin);
H A Dsignin_header_helper.cc215 bool is_enable_account_consistency = switches::IsEnableAccountConsistency();
217 !switches::IsEnableWebBasedSignin() &&
273 DCHECK(switches::IsEnableAccountConsistency() && !io_data->IsOffTheRecord());
/external/chromium_org/chrome/browser/supervised_user/
H A Dpermission_request_creator_apiary.cc93 switches::kPermissionRequestApiScope)) {
95 switches::kPermissionRequestApiScope);
121 switches::kPermissionRequestApiUrl));
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dinline_login_ui_browsertest.cc188 command_line->AppendSwitchASCII(::switches::kGaiaUrl, base_url.spec());
189 command_line->AppendSwitchASCII(::switches::kLsoUrl, base_url.spec());
190 command_line->AppendSwitchASCII(::switches::kGoogleApisUrl,
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest.cc220 command_line->AppendSwitch(switches::kEnableNaClDebug);
224 command_line->AppendSwitch(switches::kNoSandbox);
283 command_line->AppendSwitchASCII(switches::kNaClDebugMask,
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc95 switches::kUtilityProcessEnableMDns)) {
115 if (command_line->HasSwitch(switches::kUtilityProcessRunningElevated)) {
174 switches::kUtilityProcessEnableMDns)) {
/external/chromium_org/content/browser/media/
H A Dwebrtc_browsertest.cc74 switches::kUseFakeDeviceForMediaStream))
219 switches::kDisableWebRtcHWDecoding);
232 switches::kDisableWebRtcHWDecoding);
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc156 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
163 switches::kContentShellDataPath,
179 switches::kCheckLayoutTestSysDeps)) {
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc180 const base::CommandLine::SwitchMap& switches = command_line->GetSwitches(); local
183 for (base::CommandLine::SwitchMap::const_iterator iter = switches.begin();
184 iter != switches.end();
/external/chromium_org/tools/gn/
H A Dninja_build_writer.cc52 const CommandLine::SwitchMap& switches = our_cmdline.GetSwitches(); local
53 for (CommandLine::SwitchMap::const_iterator i = switches.begin();
54 i != switches.end(); ++i) {
/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view.cc124 if (switches::IsExperimentalAppListEnabled()) {
145 if (app_list::switches::IsExperimentalAppListEnabled()) {
184 if (switches::IsExperimentalAppListEnabled()) {
/external/chromium_org/ui/gl/
H A Dgl_implementation_win.cc167 command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader";
169 if (!command_line->HasSwitch(switches::kSwiftShaderPath))
172 command_line->GetSwitchValuePath(switches::kSwiftShaderPath);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc288 command_line->AppendSwitch(switches::kDisableIPv6);
292 command_line->AppendSwitch(switches::kSbDisableDownloadProtection);
297 switches::kDisableClientSidePhishingDetection);
301 command_line->AppendSwitch(switches::kSbDisableExtensionBlacklist);
305 command_line->AppendSwitch(switches::kSbDisableSideEffectFreeWhitelist);
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender.cc149 switches::kEnableSpellingFeedbackFieldTrial)) {
171 switches::kSpellingServiceFeedbackUrl)) {
174 switches::kSpellingServiceFeedbackUrl));
318 switches::kSpellingServiceFeedbackIntervalSeconds)) {
320 switches::kSpellingServiceFeedbackIntervalSeconds),

Completed in 419 milliseconds

<<21222324252627282930>>