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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/gpu/
gpu_main.cc 110 if (command_line.HasSwitch(switches::kGpuStartupDialog)) {
129 if (command_line.HasSwitch(switches::kSupportsDualGpus)) {
131 switches::kGpuDriverBugWorkarounds);
156 if (command_line.HasSwitch(switches::kUseGL) &&
157 command_line.GetSwitchValueASCII(switches::kUseGL) ==
185 !command_line.HasSwitch(switches::kDisableGpuWatchdog) &&
213 // commandline switches.
229 switches::kGpuSandboxStartAfterInitialization)) {
242 if (!command_line.HasSwitch(switches::kNoSandbox)) {
248 if (command_line.HasSwitch(switches::kInProcessGPU))
    [all...]
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params.cc 49 data_reduction_proxy::switches::kEnableDataReductionProxy);
158 if (!command_line.HasSwitch(switches::kDisableDataReductionProxyDev)) {
160 switches::kDataReductionProxyDev);
163 origin = command_line.GetSwitchValueASCII(switches::kDataReductionProxy);
165 command_line.GetSwitchValueASCII(switches::kDataReductionProxyFallback);
167 command_line.GetSwitchValueASCII(switches::kDataReductionSSLProxy);
169 command_line.GetSwitchValueASCII(switches::kDataReductionProxyAlt);
171 switches::kDataReductionProxyAltFallback);
172 key_ = command_line.GetSwitchValueASCII(switches::kDataReductionProxyKey);
194 switches::kDataReductionProxyProbeURL)
    [all...]
  /external/chromium_org/content/public/test/
browser_test_base.cc 165 switches::kIPCConnectionTimeout,
169 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
171 command_line->AppendSwitch(switches::kDomAutomationController);
175 command_line->AppendSwitch(switches::kLogGpuControlListDecisions);
178 command_line->AppendSwitch(switches::kDisableGpu);
180 command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
187 if (command_line->HasSwitch(switches::kEnablePixelOutputInTests))
190 if (command_line->HasSwitch(switches::kDisableGLDrawingForTests)) {
199 command_line->AppendSwitch(switches::kDisableGLDrawingForTests);
206 if (command_line->HasSwitch(switches::kUseGpuInTests)
    [all...]
  /external/chromium_org/chrome/browser/apps/
speech_recognition_browsertest.cc 35 command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
36 command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
  /external/chromium_org/chrome/browser/
chrome_security_exploit_browsertest.cc 45 switches::kHostResolverRules,
51 command_line->AppendSwitch(switches::kDisableWebSecurity);
chrome_switches_browsertest.cc 25 command_line->AppendSwitchASCII(switches::kHostRules, host_rule);
28 command_line->AppendSwitch(switches::kNoProxyServer);
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_performancetest.cc 32 #include "extensions/common/switches.h"
110 command_line->AppendSwitchASCII(switches::kTabCaptureUpscaleQuality,
112 command_line->AppendSwitchASCII(switches::kTabCaptureDownscaleQuality,
120 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
123 command_line->AppendSwitchASCII(switches::kWindowSize, "800,600");
125 command_line->AppendSwitchASCII(switches::kWindowSize, "2000,1500");
129 command_line->AppendSwitch(switches::kDisableGpu);
132 command_line->AppendSwitch(switches::kDisableGpuVsync);
135 extensions::switches::kWhitelistedExtensionID,
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.cc 32 if (command_line->HasSwitch(switches::kDisableSyncSyncedNotifications))
34 if (command_line->HasSwitch(switches::kEnableSyncSyncedNotifications))
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc 27 DCHECK(switches::IsNewProfileManagement());
31 switches::EnableNewProfileManagementForTesting(command_line);
  /external/chromium_org/chrome/common/
profiling.cc 50 if (command_line.HasSwitch(switches::kProfilingFile))
51 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
55 command_line.GetSwitchValueASCII(switches::kProcessType);
74 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
129 command_line.GetSwitchValueASCII(switches::kProcessType);
160 if (command_line.HasSwitch(switches::kProfilingAtStart)) {
162 command_line.GetSwitchValueASCII(switches::kProfilingAtStart);
171 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
  /external/chromium_org/components/autofill/core/common/
password_generation_util.cc 52 if (command_line->HasSwitch(switches::kDisablePasswordGeneration))
55 if (command_line->HasSwitch(switches::kEnablePasswordGeneration))
  /external/chromium_org/components/feedback/
feedback_uploader_chrome.cc 36 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kFeedbackServer))
38 switches::kFeedbackServer);
  /external/chromium_org/content/browser/
histogram_message_filter.cc 49 switches::kStatsCollectionController);
52 << "--" << switches::kStatsCollectionController << " switch.";
  /external/chromium_org/apps/shell/app/
shell_main_delegate.cc 64 switches::kProcessType);
97 process_type == switches::kZygoteProcess ||
98 process_type == switches::kRendererProcess ||
99 process_type == switches::kUtilityProcess;
  /external/chromium_org/ash/audio/
sounds.cc 22 if (cl->HasSwitch(switches::kAshEnableSystemSounds))
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 24 command_line.GetSwitchValueASCII(switches::kProcessType);
  /external/chromium_org/cc/base/
switches.cc 5 #include "cc/base/switches.h"
10 namespace switches { namespace in namespace:cc
127 } // namespace switches
  /external/chromium_org/chrome/browser/policy/
policy_helpers.cc 27 chromeos::switches::kOobeGuestSession)) {
  /external/chromium_org/chrome/installer/util/
chrome_binaries_operations.cc 52 if (!cmd_line->HasSwitch(switches::kMultiInstall))
53 cmd_line->AppendSwitch(switches::kMultiInstall);
64 if (!cmd_line->HasSwitch(switches::kMultiInstall))
65 cmd_line->AppendSwitch(switches::kMultiInstall);
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 26 switches::kProcessType);
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 64 cmd_line->AppendSwitchASCII(switches::kProcessType,
65 switches::kNaClBrokerProcess);
66 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
68 cmd_line->AppendSwitch(switches::kNoErrorDialogs);
  /external/chromium_org/content/ppapi_plugin/
ppapi_broker_main.cc 19 if (command_line.HasSwitch(switches::kPpapiStartupDialog)) {
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 21 switches::kEnableShareGroupAsyncTextureUpload)) {
gpu_switches.cc 8 namespace switches { namespace
79 } // namespace switches
gpu_switches.h 5 // Defines all the command-line switches used by gpu/command_buffer/service/.
12 namespace switches { namespace
33 } // namespace switches

Completed in 914 milliseconds

1 2 3 4 5 6 78 91011>>