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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/invalidation/
profile_invalidation_provider_factory_browsertest.cc 71 command_line->AppendSwitch(chromeos::switches::kLoginManager);
72 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
106 command_line->AppendSwitch(chromeos::switches::kGuestSession);
107 command_line->AppendSwitch(::switches::kIncognito);
108 command_line->AppendSwitchASCII(chromeos::switches::kLoginProfile, "user");
109 command_line->AppendSwitchASCII(chromeos::switches::kLoginUser,
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 151 if (cmd.GetSwitchValueASCII(switches::kProcessType) ==
152 switches::kServiceProcess &&
153 cmd.HasSwitch(switches::kUserDataDir)) {
155 cmd.GetSwitchValuePath(switches::kUserDataDir));
205 // Required switches.
206 cmd.AppendSwitchASCII(switches::kProcessType, switches::kServiceProcess);
207 cmd.AppendSwitchPath(switches::kUserDataDir, user_data_);
208 cmd.AppendSwitch(switches::kNoServiceAutorun);
211 cmd.AppendSwitch(switches::kAutoLaunchAtStartup)
    [all...]
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 13 #include "extensions/common/switches.h"
24 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
40 extensions::switches::kEnableExperimentalExtensionApis);
  /external/chromium_org/chrome/browser/chromeos/login/test/
wizard_in_process_browser_test.cc 32 command_line->AppendSwitch(::switches::kNoStartupWindow);
33 command_line->AppendSwitch(switches::kLoginManager);
  /external/chromium_org/chrome/browser/extensions/
webstore_startup_installer_browsertest.cc 58 switches::kAppsGalleryInstallAutoConfirmForTests, "accept");
73 switches::kAppsGalleryInstallAutoConfirmForTests, "cancel");
93 switches::kAppsGalleryInstallAutoConfirmForTests, "cancel");
110 switches::kAppsGalleryInstallAutoConfirmForTests, "cancel");
120 switches::kAppsGalleryInstallAutoConfirmForTests, "cancel");
140 switches::kAppsGalleryInstallAutoConfirmForTests, "accept");
178 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
187 switches::kAshBrowserTests))
192 switches::kAppsGalleryInstallAutoConfirmForTests, "accept");
216 switches::kAppsGalleryUpdateURL, crx_url.spec())
    [all...]
window_open_interactive_apitest.cc 12 command_line->AppendSwitch(switches::kEnablePanels);
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service_factory.cc 21 if (!app_list::switches::IsExperimentalAppListEnabled() &&
22 !app_list::switches::IsVoiceSearchEnabled()) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_win.cc 43 switches::kProfileDirectory,
45 switches::kAppId,
  /external/chromium_org/content/common/
sandbox_init_win.cc 27 if (!command_line.HasSwitch(switches::kNoSandbox)) {
37 if (command_line.HasSwitch(switches::kNoSandbox))
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_android.cc 33 if (command_line.HasSwitch(switches::kEnableVtune))
44 switches::kEnableSeccompFilterSandbox)) {
  /external/chromium_org/mojo/shell/
child_process.cc 12 #include "mojo/shell/switches.h"
24 if (!command_line.HasSwitch(switches::kChildProcessType))
29 switches::kChildProcessType), &type_as_int));
  /external/chromium_org/third_party/icu/source/common/unicode/
uconfig.h 21 * \brief Switches for excluding parts of ICU library code modules.
25 * The switches are fairly coarse, controlling large modules.
33 * libraries with these switches customized to your needs.
71 # error Contradictory collation switches in uconfig.h.
78 /* common library switches -------------------------------------------------- */
153 # error Contradictory collation switches in uconfig.h.
179 /* i18n library switches ---------------------------------------------------- */
  /external/chromium_org/chrome/browser/bookmarks/
enhanced_bookmarks_features.cc 82 switches::kEnhancedBookmarksExperiment) == "0";
150 base::StringValue(switches::kManualEnhancedBookmarks), &index);
152 base::StringValue(switches::kManualEnhancedBookmarksOptout), &index);
155 base::StringValue(switches::kManualEnhancedBookmarksOptout), &index);
157 new base::StringValue(switches::kManualEnhancedBookmarks));
161 base::StringValue(switches::kManualEnhancedBookmarks), &index);
163 new base::StringValue(switches::kManualEnhancedBookmarksOptout));
169 if (command_line->HasSwitch(switches::kManualEnhancedBookmarks) ||
170 command_line->HasSwitch(switches::kManualEnhancedBookmarksOptout)) {
195 HasSwitch(switches::kEnableDomDistiller))
    [all...]
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 22 #include "cc/base/switches.h"
101 !cmd->HasSwitch(switches::kDisableGpuVsync);
103 cmd->HasSwitch(switches::kEnableBeginFrameScheduling);
105 cmd->HasSwitch(cc::switches::kEnableMainFrameBeforeActivation) &&
106 !cmd->HasSwitch(cc::switches::kDisableMainFrameBeforeActivation);
108 !cmd->HasSwitch(cc::switches::kDisableMainFrameBeforeDraw);
111 !cmd->HasSwitch(cc::switches::kDisableThreadedAnimation);
113 !cmd->HasSwitch(cc::switches::kDisableCompositorTouchHitTesting);
116 if (cmd->HasSwitch(switches::kDefaultTileWidth)) {
117 GetSwitchValueAsInt(*cmd, switches::kDefaultTileWidth, 1
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
chrome_launcher_unittest.cc 22 Switches switches; local
27 false, &switches, &bg_pages);
29 ASSERT_FALSE(switches.HasSwitch("load-extension"));
52 Switches switches; local
62 false, &switches, &bg_pages);
81 Switches switches; local
84 false, &switches, &bg_pages)
119 Switches switches; local
141 Switches switches; local
    [all...]
  /external/chromium_org/ash/
ash_switches.cc 10 namespace switches { namespace in namespace:ash
114 } // namespace switches
  /external/chromium_org/chrome/browser/extensions/api/principals_private/
principals_private_api.cc 18 if (!switches::IsNewProfileManagement()) {
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 36 switches::kDisableZeroBrowsersOpenForTests)) {
  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 26 if (command_line->HasSwitch(switches::kNetLogLevel)) {
28 command_line->GetSwitchValueASCII(switches::kNetLogLevel);
37 if (command_line->HasSwitch(switches::kLogNetLog)) {
39 command_line->GetSwitchValuePath(switches::kLogNetLog);
  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc 68 cl.AppendSwitchASCII(switches::kLang, "hi-MOM");
81 cl.AppendSwitch(switches::kNoProxyServer);
100 // Tests a complex command line with multiple known and unknown switches.
104 cl.AppendSwitchASCII(switches::kProxyServer, "proxy");
105 cl.AppendSwitchASCII(switches::kProxyBypassList, "list");
134 // No switches.
140 cl.AppendSwitch(switches::kNoProxyServer);
146 cl.AppendSwitch(switches::kProxyAutoDetect);
151 // All proxy switches except no-proxy.
153 cl2.AppendSwitch(switches::kProxyAutoDetect)
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_commands_mac.cc 22 if (command_line->HasSwitch(switches::kEnableSimplifiedFullscreen))
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.cc 28 command_line->AppendSwitchASCII(switches::kSupervisedUserId, "asdf");
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_experimental_unittest.cc 11 #include "extensions/common/switches.h"
22 extensions::switches::kEnableExperimentalExtensionApis);
extension_manifests_isolatedapp_unittest.cc 11 #include "extensions/common/switches.h"
27 extensions::switches::kEnableExperimentalExtensionApis);
  /external/chromium_org/chrome/common/
service_process_util.cc 163 command_line->AppendSwitchASCII(switches::kProcessType,
164 switches::kServiceProcess);
166 switches::kCloudPrintSetupProxy,
167 switches::kCloudPrintURL,
168 switches::kCloudPrintXmppEndpoint,
170 switches::kEnableCloudPrintXps,
172 switches::kEnableLogging,
173 switches::kIgnoreUrlFetcherCertRequests,
174 switches::kLang,
175 switches::kLoggingLevel
    [all...]

Completed in 3492 milliseconds

1 2 3 4 56 7 8 91011>>