HomeSort by relevance Sort by last modified time
    Searched refs:switches (Results 326 - 350 of 1425) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 42 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kOpenAsh);
82 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/shell/browser/
shell_net_log.cc 39 if (command_line->HasSwitch(switches::kLogNetLog)) {
41 command_line->GetSwitchValuePath(switches::kLogNetLog);
  /external/chromium_org/sync/internal_api/
internal_components_factory_impl.cc 18 const Switches& switches) : switches_(switches) {
68 InternalComponentsFactory::Switches
  /external/chromium_org/sync/internal_api/test/
test_internal_components_factory.cc 16 const Switches& switches,
18 : switches_(switches),
75 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/
chrome_browser_main_win.cc 54 #include "ui/gfx/switches.h"
158 switches::kEnableHighResolutionTime);
164 switches::kEnableHighResolutionTime);
222 switches::kDisableGpu);
224 switches::kHighDPISupport, "0");
227 if (!parsed_command_line().HasSwitch(switches::kNoErrorDialogs) &&
269 if (parsed_command_line.HasSwitch(switches::kBrowserCrashTest) ||
270 parsed_command_line.HasSwitch(switches::kBrowserAssertTest) ||
271 parsed_command_line.HasSwitch(switches::kNoErrorDialogs))
307 if (!command_line.HasSwitch(switches::kRestoreLastSession)
    [all...]
shell_integration.cc 84 cmd_line.GetSwitchValuePath(switches::kUserDataDir);
92 new_cmd_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir);
97 chromeos::switches::kLoginProfile);
99 new_cmd_line.AppendSwitchPath(chromeos::switches::kLoginProfile, profile);
102 new_cmd_line.AppendSwitchPath(switches::kProfileDirectory,
110 new_cmd_line.AppendSwitchASCII(switches::kAppId, extension_app_id);
115 new_cmd_line.AppendSwitchASCII(switches::kApp, url.spec());
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 40 #include "ui/gfx/switches.h"
81 cmd_line.AppendSwitchASCII(switches::kProcessType, switches::kZygoteProcess);
96 if (browser_command_line.HasSwitch(switches::kZygoteCmdPrefix)) {
98 browser_command_line.GetSwitchValueNative(switches::kZygoteCmdPrefix));
100 // Append any switches from the browser process that need to be forwarded on
104 switches::kAllowSandboxDebugging,
105 switches::kLoggingLevel,
106 switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
107 switches::kV
    [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_org/content/browser/service_worker/
service_worker_dispatcher_host_unittest.cc 73 switches::kEnableServiceWorker));
94 switches::kEnableServiceWorker));
96 switches::kEnableServiceWorker);
117 switches::kEnableServiceWorker));
119 switches::kEnableServiceWorker);
  /external/chromium_org/content/browser/worker_host/
worker_process_host.cc 142 cmd_line->AppendSwitchASCII(switches::kProcessType, switches::kWorkerProcess);
143 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
145 cmd_line->AppendSwitchASCII(switches::kLang, locale);
148 switches::kDisableApplicationCache,
149 switches::kDisableDatabases,
151 switches::kDisableDesktopNotifications,
153 switches::kDisableFileSystem,
154 switches::kDisableSeccompFilterSandbox,
155 switches::kEnableExperimentalWebPlatformFeatures
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
RuntimeCSSEnabled.cpp 132 static BoolVector* switches = 0; local
133 if (!switches) {
134 switches = new BoolVector;
136 switches->fill(true, lastCSSProperty + 1);
139 return *switches;
  /external/chromium_org/ui/base/
layout.cc 42 HasSwitch(switches::kTouchOptimizedUI);
45 GetSwitchValueASCII(switches::kTouchOptimizedUI);
49 switch_value == switches::kTouchOptimizedUIEnabled) {
51 } else if (switch_value == switches::kTouchOptimizedUIDisabled) {
53 } else if (switch_value != switches::kTouchOptimizedUIAuto) {
  /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/installer/setup/
setup_main.cc 98 command_line.GetSwitchValuePath(installer::switches::kInstallArchive));
109 LOG(ERROR) << installer::switches::kInstallArchive << "="
578 cmd.AppendSwitch(switches::kForceFirstRun);
597 LOG(DFATAL) << "--" << installer::switches::kEnsureGoogleUpdatePresent
683 if (cmd_line.HasSwitch(installer::switches::kSelfDestruct) &&
699 system_level_cmd.AppendSwitch(::switches::kCancelFirstRun);
711 const bool force = cmd_line.HasSwitch(installer::switches::kForceUninstall);
713 installer::switches::kDoNotRemoveSharedItems);
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_validator_unittest.cc 196 uninstall_command_.AppendSwitch(installer::switches::kUninstall);
198 uninstall_command_.AppendSwitch(installer::switches::kSystemLevel);
200 uninstall_command_.AppendSwitch(installer::switches::kMultiInstall);
202 uninstall_command_.AppendSwitch(installer::switches::kChrome);
204 uninstall_command_.AppendSwitch(installer::switches::kChromeFrame);
206 uninstall_command_.AppendSwitch(installer::switches::kChromeFrame);
209 uninstall_command_.AppendSwitch(installer::switches::kMsi);
224 cmd_line.AppendSwitchASCII(::switches::kLimitedInstallFromWebstore, "%1");
242 cmd_line.AppendSwitch(installer::switches::kOnOsUpgrade);
245 cmd_line.AppendSwitch(installer::switches::kMultiInstall)
    [all...]
installation_validator.cc 33 ctx.state.uninstall_command().HasSwitch(switches::kMultiInstall);
44 ctx.state.uninstall_command().HasSwitch(switches::kMultiInstall);
51 std::make_pair(std::string(switches::kChromeFrame), false));
70 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
73 expectations->push_back(std::make_pair(std::string(switches::kChrome),
81 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame),
84 expectations->push_back(std::make_pair(std::string(switches::kChrome),
105 std::make_pair(std::string(switches::kChromeAppLauncher), true));
108 expectations->push_back(std::make_pair(std::string(switches::kChrome),
111 expectations->push_back(std::make_pair(std::string(switches::kChromeFrame)
    [all...]
  /external/chromium_org/content/common/
sandbox_win.cc 244 if (!cmd_line.HasSwitch(switches::kAllowNoSandboxJob))
360 switches::kDisableAltWinstation);
379 std::string type = command_line->GetSwitchValueASCII(switches::kProcessType);
380 if (current_cmd_line.HasSwitch(switches::kDebugChildren)) {
383 switches::kDebugChildren);
385 command_line->AppendSwitch(switches::kDebugOnStart);
388 command_line->AppendSwitchASCII(switches::kDebugChildren, value);
389 } else if (current_cmd_line.HasSwitch(switches::kWaitForDebuggerChildren)) {
392 switches::kWaitForDebuggerChildren);
394 command_line->AppendSwitch(switches::kWaitForDebugger)
    [all...]
  /external/chromium_org/content/browser/
browser_main_loop.cc 138 !parsed_command_line.HasSwitch(switches::kNoSandbox) &&
139 !parsed_command_line.HasSwitch(switches::kDisableSetuidSandbox);
356 if (parsed_command_line_.HasSwitch(switches::kSingleProcess) ||
357 parsed_command_line_.HasSwitch(switches::kInProcessGPU)) {
399 if (parsed_command_line_.HasSwitch(switches::kEnableSSLCachedInfo))
403 if (parsed_command_line_.HasSwitch(switches::kRendererProcessLimit)) {
405 switches::kRendererProcessLimit);
526 if (parsed_command_line_.HasSwitch(switches::kMemoryMetrics)) {
563 if (parsed_command_line_.HasSwitch(switches::kSingleProcess))
    [all...]
  /external/chromium_org/android_webview/browser/net/
aw_url_request_context_getter.cc 46 if (command_line.HasSwitch(switches::kHostResolverRules)) {
54 command_line.GetSwitchValueASCII(switches::kHostResolverRules));
63 if (command_line.HasSwitch(switches::kTestingFixedHttpPort)) {
65 switches::kTestingFixedHttpPort), &value);
68 if (command_line.HasSwitch(switches::kTestingFixedHttpsPort)) {
70 switches::kTestingFixedHttpsPort), &value);
195 switches::kDisableSimpleCache)) {
  /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);
146 if (!cl->HasSwitch(switches::kSyncServiceURL) &&
147 !cl->HasSwitch(switches::kSyncServerCommandLine)) {
153 } else if (cl->HasSwitch(switches::kSyncServiceURL) &&
154 cl->HasSwitch(switches::kSyncServerCommandLine))
    [all...]
  /external/chromium_org/chrome/browser/translate/
translate_browsertest.cc 61 translate::switches::kTranslateSecurityOrigin,
125 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 95 launch_arguments_.AppendSwitch(switches::kEnableBenchmarking);
101 launch_arguments_.AppendSwitch(switches::kAllowWebUICompositing);
107 launch_arguments_.AppendSwitch(switches::kAllowFileAccessFromFiles);
110 launch_arguments_.AppendSwitch(switches::kDisableAcceleratedCompositing);
111 launch_arguments_.AppendSwitch(switches::kDisableExperimentalWebGL);
112 launch_arguments_.AppendSwitch(switches::kDisableAccelerated2dCanvas);
116 launch_arguments_.AppendSwitch(switches::kDisableGpuVsync);

Completed in 2375 milliseconds

<<11121314151617181920>>