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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/plugins/
plugins_resource_service.cc 29 switches::kPluginsMetadataServerURL);
46 switches::kPluginsMetadataServerURL);
  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 43 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kOpenAsh);
86 switches::kDisableZeroBrowsersOpenForTests)) {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
reset_screen_handler.cc 74 switches::kFirstExecAfterBoot)) {
109 switches::kFirstExecAfterBoot)) {
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 146 switches::kDisableLogging,
147 switches::kEnableDCHECK,
148 switches::kEnableLogging,
149 switches::kLoggingLevel,
150 switches::kTraceToConsole,
151 switches::kV,
152 switches::kVModule,
154 switches::kChildCleanExit,
histogram_message_filter.cc 53 switches::kStatsCollectionController);
56 << "--" << switches::kStatsCollectionController << " switch.";
  /external/chromium_org/content/shell/renderer/
shell_render_process_observer.cc 42 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
64 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/content/shell/
shell_content_browser_client.cc 63 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
80 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
142 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
143 command_line->AppendSwitch(switches::kDumpRenderTree);
145 switches::kExposeInternalsForTesting))
146 command_line->AppendSwitch(switches::kExposeInternalsForTesting);
153 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
172 switches::kEnableBrowserPluginForAllViewTypes);
shell_net_log.cc 39 if (command_line->HasSwitch(switches::kLogNetLog)) {
41 command_line->GetSwitchValuePath(switches::kLogNetLog);
  /external/chromium_org/google_apis/gaia/
gaia_urls.cc 68 GetSwitchValueWithDefault(switches::kGaiaUrl,
74 GetSwitchValueWithDefault(switches::kLsoUrl,
79 GetSwitchValueWithDefault(switches::kGoogleApisHost,
125 // TODO(zelidrag): Get rid of all these switches since all URLs should be
127 GetSwitchValueWithDefault(switches::kOAuth1LoginScope,
130 GetSwitchValueWithDefault(switches::kClientLoginToOAuth2Url,
133 GetSwitchValueWithDefault(switches::kOAuth2TokenUrl,
136 GetSwitchValueWithDefault(switches::kOAuth2IssueTokenUrl,
139 GetSwitchValueWithDefault(switches::kOAuthUserInfoUrl,
  /external/chromium_org/sync/internal_api/
internal_components_factory_impl.cc 18 const Switches& switches) : switches_(switches) {
63 InternalComponentsFactory::Switches
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 16 const Switches& switches,
18 : switches_(switches),
73 InternalComponentsFactory::Switches
  /external/icu4c/common/unicode/
uconfig.h 23 * Miscellaneous switches:
29 * Switches for excluding parts of ICU library code modules:
33 * The switches are fairly coarse, controlling large modules.
41 * libraries with these switches customized to your needs.
193 /* common/i18n library switches --------------------------------------------- */
217 # error Contradictory collation switches in uconfig.h.
224 /* common library switches -------------------------------------------------- */
302 # error Contradictory collation switches in uconfig.h.
339 /* i18n library switches ---------------------------------------------------- */
  /external/llvm/test/MC/X86/AlignedBundling/
switch-section-locked-error.s 3 # This test invokes .bundle_lock and then switches to a different section
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 272 if (command_line->HasSwitch(switches::kFileManagerExtensionPath)) {
274 command_line->GetSwitchValuePath(switches::kFileManagerExtensionPath));
288 if (command_line->HasSwitch(switches::kImageLoaderExtensionPath)) {
290 command_line->GetSwitchValuePath(switches::kImageLoaderExtensionPath));
362 if (!command_line->HasSwitch(chromeos::switches::kGuestSession))
395 (command_line->HasSwitch(switches::kTestType) ||
396 command_line->HasSwitch(switches::kMetricsRecordingOnly))) {
403 switches::kAppsDevtool)) {
424 chromeos::switches::kDisableQuickofficeComponentApp)) {
426 if (command_line->HasSwitch(switches::kEnableQuickofficeViewing))
    [all...]
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 77 cmd_line.AppendSwitchASCII(switches::kProcessType, switches::kZygoteProcess);
92 if (browser_command_line.HasSwitch(switches::kZygoteCmdPrefix)) {
94 browser_command_line.GetSwitchValueNative(switches::kZygoteCmdPrefix));
96 // Append any switches from the browser process that need to be forwarded on
100 switches::kAllowSandboxDebugging,
101 switches::kLoggingLevel,
102 switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
103 switches::kV,
104 switches::kVModule
    [all...]
  /external/chromium/chrome/common/
chrome_content_client.cc 82 switches::kEnableNaCl);
96 switches::kEnableRemoting)) {
118 switches::kPpapiFlashInProcess);
123 switches::kPpapiFlashPath);
134 switches::kPpapiFlashVersion);
  /external/chromium/chrome/browser/
unload_uitest.cc 100 launch_arguments_.AppendSwitch(switches::kDisablePopupBlocking);
175 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
189 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
218 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
249 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
263 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
360 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
376 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
386 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
404 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess)
    [all...]
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 194 if (!parsed_command_line().HasSwitch(switches::kNoErrorDialogs) &&
224 if (parsed_command_line.HasSwitch(switches::kBrowserCrashTest) ||
225 parsed_command_line.HasSwitch(switches::kBrowserAssertTest) ||
226 parsed_command_line.HasSwitch(switches::kNoErrorDialogs))
262 if (!command_line.HasSwitch(switches::kRestoreLastSession))
263 command_line.AppendSwitch(switches::kRestoreLastSession);
283 if (parsed_command_line.HasSwitch(switches::kHideIcons)) {
336 uninstall_cmd.AppendSwitch(installer::switches::kSelfDestruct);
337 uninstall_cmd.AppendSwitch(installer::switches::kForceUninstall);
339 installer::switches::kDoNotRemoveSharedItems)
    [all...]
shell_integration.cc 75 cmd_line.GetSwitchValuePath(switches::kUserDataDir);
83 new_cmd_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir);
88 chromeos::switches::kLoginProfile);
90 new_cmd_line.AppendSwitchPath(chromeos::switches::kLoginProfile, profile);
93 new_cmd_line.AppendSwitchPath(switches::kProfileDirectory,
101 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
106 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec());
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 17 #include "cc/base/switches.h"
217 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) ||
227 command_line.HasSwitch(switches::kDisableAcceleratedCompositing),
238 command_line.HasSwitch(switches::kDisableAcceleratedLayers),
247 command_line.HasSwitch(cc::switches::kDisableThreadedAnimation) ||
248 command_line.HasSwitch(switches::kDisableAcceleratedCompositing) ||
249 command_line.HasSwitch(switches::kDisableAcceleratedLayers),
256 command_line.HasSwitch(switches::kDisableExperimentalWebGL),
263 command_line.HasSwitch(switches::kDisableGLMultisampling),
271 command_line.HasSwitch(switches::kDisableFlash3d)
    [all...]
  /external/chromium_org/content/common/
sandbox_win.cc 240 if (!cmd_line.HasSwitch(switches::kAllowNoSandboxJob))
356 switches::kDisableAltWinstation);
375 std::string type = command_line->GetSwitchValueASCII(switches::kProcessType);
376 if (current_cmd_line.HasSwitch(switches::kDebugChildren)) {
379 switches::kDebugChildren);
381 command_line->AppendSwitch(switches::kDebugOnStart);
384 command_line->AppendSwitchASCII(switches::kDebugChildren, value);
385 } else if (current_cmd_line.HasSwitch(switches::kWaitForDebuggerChildren)) {
388 switches::kWaitForDebuggerChildren);
390 command_line->AppendSwitch(switches::kWaitForDebugger)
    [all...]
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 165 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kWorkerProcess);
166 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
168 cmd_line->AppendSwitchASCII(switches::kLang, locale);
171 switches::kDisableApplicationCache,
172 switches::kDisableDatabases,
174 switches::kDisableDesktopNotifications,
176 switches::kDisableFileSystem,
177 switches::kDisableSeccompFilterSandbox,
178 switches::kEnableExperimentalWebPlatformFeatures
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 68 namespace switches { namespace
135 if (cl->HasSwitch(switches::kPasswordFileForTest)) {
137 } else if (cl->HasSwitch(switches::kSyncUserForTest) &&
138 cl->HasSwitch(switches::kSyncPasswordForTest)) {
139 username_ = cl->GetSwitchValueASCII(switches::kSyncUserForTest);
140 password_ = cl->GetSwitchValueASCII(switches::kSyncPasswordForTest);
145 if (!cl->HasSwitch(switches::kSyncServiceURL) &&
146 !cl->HasSwitch(switches::kSyncServerCommandLine)) {
152 } else if (cl->HasSwitch(switches::kSyncServiceURL) &&
153 cl->HasSwitch(switches::kSyncServerCommandLine))
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_browsertest.cc 59 command_line->AppendSwitchASCII(switches::kTranslateSecurityOrigin,
123 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
194 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
229 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
263 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
297 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
331 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 94 launch_arguments_.AppendSwitch(switches::kEnableBenchmarking);
100 launch_arguments_.AppendSwitch(switches::kAllowWebUICompositing);
106 launch_arguments_.AppendSwitch(switches::kAllowFileAccessFromFiles);
109 launch_arguments_.AppendSwitch(switches::kDisableAcceleratedCompositing);
110 launch_arguments_.AppendSwitch(switches::kDisableExperimentalWebGL);
111 launch_arguments_.AppendSwitch(switches::kDisableAccelerated2dCanvas);
115 launch_arguments_.AppendSwitch(switches::kDisableGpuVsync);

Completed in 520 milliseconds

<<11121314151617181920>>