/external/chromium/chrome/browser/extensions/ |
chrome_app_api_browsertest.cc | 25 command_line->AppendSwitchASCII(switches::kAppsCheckoutURL,
|
extension_metrics_apitest.cc | 144 switches::kEnableExperimentalExtensionApis);
|
extension_webstore_private_browsertest.cc | 117 command_line->AppendSwitchASCII(switches::kAppsGalleryURL, test_url_base_);
|
/external/chromium/chrome/browser/ |
omnibox_search_hint.cc | 236 switches::kSearchInOmniboxHint);
|
plugin_data_remover.cc | 181 switches::kMinClearSiteDataFlashVersion)));
|
process_singleton_linux_uitest.cc | 71 if (!cmd_line->HasSwitch(switches::kNoProcessSingletonDialog)) 72 cmd_line->AppendSwitch(switches::kNoProcessSingletonDialog);
|
/external/chromium/chrome/browser/policy/ |
browser_policy_connector.cc | 41 if (command_line->HasSwitch(switches::kEnableDevicePolicy)) {
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
browser_bridge_tests.js | 21 clientInfo: {"blacklist_version":"1.10","cl":"80750-dirty","command_line":"./out/Debug/chrome --flag-switches-begin --show-composited-layer-borders --show-fps-counter --flag-switches-end","official":"Developer Build","version":"12.0.729.0","version_mod":""},
|
/external/chromium/chrome/browser/ui/webui/ |
new_tab_ui_uitest.cc | 114 launch_arguments_.AppendSwitch(switches::kProcessPerTab);
|
chrome_web_ui_factory.cc | 175 switches::kEnableRemoting)) { 215 switches::kEnablePrintPreview)) {
|
ntp_resource_cache.cc | 226 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) { 393 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewTabPage4)) { 553 CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewTabPage4) ?
|
new_tab_ui.cc | 293 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewTabPage4)) 465 return command_line->HasSwitch(switches::kDisableNewTabFirstRun);
|
/external/chromium/chrome/browser/ui/webui/options/ |
language_options_handler_common.cc | 99 command_line.HasSwitch(switches::kExperimentalSpellcheckerFeatures);
|
/external/chromium/chrome/common/ |
chrome_switches.cc | 9 namespace switches { namespace 527 // These two flags are added around the switches about:flags adds to the 528 // command line. This is useful to see which switches were added by about:flags 530 const char kFlagSwitchesBegin[] = "flag-switches-begin"; 531 const char kFlagSwitchesEnd[] = "flag-switches-end"; [all...] |
chrome_switches.h | 5 // Defines all the command-line switches used by Chrome. 16 namespace switches { namespace 24 // All switches in alphabetical order. The switches should be documented 347 } // namespace switches
|
/external/chromium/chrome/common/extensions/ |
extension_manifests_unittest.cc | 354 switches::kEnableExperimentalExtensionApis); 367 switches::kEnableExperimentalExtensionApis); 384 switches::kEnableExperimentalExtensionApis); 571 switches::kEnableExperimentalAppManifests);
|
extension.cc | 442 if (cmdline->HasSwitch(switches::kAppsGalleryUpdateURL)) 443 return GURL(cmdline->GetSwitchValueASCII(switches::kAppsGalleryUpdateURL)); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
existing_user_controller.cc | 224 if (command_line->HasSwitch(switches::kEnableDevicePolicy)) { 312 switches::kLoginScreen) == WizardController::kLoginScreenName;
|
base_login_display_host.cc | 205 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDOMLogin)) {
|
/external/chromium/chrome/browser/content_settings/ |
host_content_settings_map_unittest.cc | 66 cmd->AppendSwitch(switches::kEnableClickToPlay); 494 cmd->AppendSwitch(switches::kEnableResourceContentSettings); 578 cmd->AppendSwitch(switches::kEnableResourceContentSettings); 628 cmd->AppendSwitch(switches::kEnableResourceContentSettings); 664 cmd->AppendSwitch(switches::kEnableResourceContentSettings); [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host_unittest.cc | 295 switches::kEnableClientSidePhishingInterstitial); 351 switches::kEnableClientSidePhishingInterstitial); 580 switches::kEnableClientSidePhishingInterstitial);
|
/external/chromium/chrome/browser/profiles/ |
profile.cc | 142 CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession); 415 switches::kEnableExperimentalAppManifests) &&
|
/external/chromium/chrome/browser/sessions/ |
session_restore_uitest.cc | 42 launch_arguments_.AppendSwitchASCII(switches::kRestoreLastSession, 354 app_launch_arguments.AppendSwitchASCII(switches::kApp, url2_.spec());
|
/external/chromium/chrome/browser/ui/toolbar/ |
wrench_menu_model.cc | 407 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) 512 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession)) {
|
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab.cc | 202 HasSwitch(switches::kReloadKilledTabs) && !IsSelected()) { 228 CommandLine::ForCurrentProcess()->HasSwitch(switches::kAppsNoThrob);
|