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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/browser/gpu/
compositor_util.cc 33 if (command_line.HasSwitch(switches::kDisableAcceleratedCompositing))
57 // Command line switches take precedence over blacklist and field trials.
58 if (command_line.HasSwitch(switches::kDisableForceCompositingMode) ||
59 command_line.HasSwitch(switches::kDisableThreadedCompositing))
68 if (command_line.HasSwitch(switches::kEnableThreadedCompositing))
91 // Command line switches take precedence over blacklisting and field trials.
92 if (command_line.HasSwitch(switches::kDisableForceCompositingMode))
100 if (command_line.HasSwitch(switches::kForceCompositingMode))
gpu_data_manager_impl_private.cc 18 #include "cc/base/switches.h"
160 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas),
161 command_line.HasSwitch(switches::kDisableAcceleratedCompositing),
162 command_line.HasSwitch(switches::kDisableExperimentalWebGL),
163 command_line.HasSwitch(switches::kDisableImageTransportSurface)
289 command_line->AppendSwitch(switches::kEnableVirtualGLContexts);
298 // exists: http://crbug.com/159524. This switches to 512 for screens
314 if (command_line->HasSwitch(cc::switches::kUseMapImage))
320 !command_line->HasSwitch(switches::kDefaultTileWidth) &&
321 !command_line->HasSwitch(switches::kDefaultTileHeight))
    [all...]
  /external/chromium_org/gpu/config/
gpu_util_unittest.cc 14 switches::kGpuSwitchingOptionNameAutomatic),
17 switches::kGpuSwitchingOptionNameForceDiscrete),
20 switches::kGpuSwitchingOptionNameForceIntegrated),
29 switches::kGpuSwitchingOptionNameAutomatic);
32 switches::kGpuSwitchingOptionNameForceDiscrete);
35 switches::kGpuSwitchingOptionNameForceIntegrated);
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.cc 22 #include "cc/base/switches.h"
58 cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
60 cl->AppendSwitch(cc::switches::kUseMapImage);
63 cl->AppendSwitch(switches::kHideScrollbars);
64 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
67 cl->AppendSwitch(switches::kDisableExperimentalWebGL);
68 cl->AppendSwitch(switches::kDisableSharedWorkers);
71 cl->AppendSwitch(switches::kDisableAccelerated2dCanvas);
74 cl->AppendSwitch(switches::kDisableFileSystem);
77 cl->AppendSwitch(cc::switches::kDisableCompositorTouchHitTesting)
    [all...]
  /external/chromium/chrome/browser/
utility_process_host.cc 138 cmd_line->AppendSwitchASCII(switches::kProcessType,
139 switches::kUtilityProcess);
140 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id());
142 cmd_line->AppendSwitchASCII(switches::kLang, locale);
147 if (browser_command_line.HasSwitch(switches::kChromeFrame))
148 cmd_line->AppendSwitch(switches::kChromeFrame);
149 if (browser_command_line.HasSwitch(switches::kNoSandbox))
150 cmd_line->AppendSwitch(switches::kNoSandbox);
153 switches::kEnableExperimentalExtensionApis)) {
154 cmd_line->AppendSwitch(switches::kEnableExperimentalExtensionApis)
    [all...]
gpu_data_manager.cc 63 browser_command_line.HasSwitch(switches::kDisableAcceleratedCompositing),
64 browser_command_line.HasSwitch(switches::kEnableAccelerated2dCanvas),
65 browser_command_line.HasSwitch(switches::kDisableExperimentalWebGL),
66 browser_command_line.HasSwitch(switches::kDisableGLMultisampling));
134 !command_line->HasSwitch(switches::kDisableExperimentalWebGL))
135 command_line->AppendSwitch(switches::kDisableExperimentalWebGL);
137 !command_line->HasSwitch(switches::kDisableGLMultisampling))
138 command_line->AppendSwitch(switches::kDisableGLMultisampling);
141 const char* switches[] = { local
142 switches::kDisableAcceleratedCompositing
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 65 command_line->AppendSwitchASCII(switches::kLoginUser, "TestUser@gmail.com");
66 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
67 command_line->AppendSwitch(switches::kNoFirstRun);
74 command_line->AppendSwitchASCII(switches::kLoginProfile, "user");
75 command_line->AppendSwitch(switches::kNoFirstRun);
  /external/chromium_org/cloud_print/service/win/
service_utils.cc 52 switches::kCloudPrintServiceURL,
53 switches::kEnableLogging,
54 switches::kIgnoreUrlFetcherCertRequests,
55 switches::kLsoUrl,
56 switches::kV,
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 15 #include "cc/base/switches.h"
96 !cmd->HasSwitch(switches::kDisableGpuVsync);
98 cmd->HasSwitch(switches::kEnableBeginFrameScheduling);
102 cmd->HasSwitch(cc::switches::kEnablePerTilePainting);
104 !cmd->HasSwitch(cc::switches::kDisableThreadedAnimation);
106 cmd->HasSwitch(cc::switches::kForceDirectLayerDrawing);
108 !cmd->HasSwitch(cc::switches::kDisableCompositorTouchHitTesting);
111 if (cmd->HasSwitch(switches::kDefaultTileWidth)) {
112 GetSwitchValueAsInt(*cmd, switches::kDefaultTileWidth, 1,
116 if (cmd->HasSwitch(switches::kDefaultTileHeight))
    [all...]
  /external/chromium_org/cc/base/
switches.cc 5 #include "cc/base/switches.h"
10 namespace switches { namespace in namespace:cc
141 if (command_line.HasSwitch(cc::switches::kDisableImplSidePainting))
143 else if (command_line.HasSwitch(cc::switches::kEnableImplSidePainting))
153 } // namespace switches
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc 31 bool launch = command_line.HasSwitch(switches::kViewerLaunchViaAppId);
33 (command_line.HasSwitch(switches::kViewerConnect) &&
41 switches::kViewerLaunchViaAppId)));
  /external/chromium_org/chrome/installer/util/
fake_installation_state.h 34 chrome_state.AddUninstallSwitch(switches::kUninstall);
36 chrome_state.AddUninstallSwitch(switches::kMultiInstall);
37 chrome_state.AddUninstallSwitch(switches::kChrome);
  /external/chromium_org/chrome/test/ui/
ui_perf_test.cc 18 launch_arguments_.AppendSwitch(switches::kDisableBackgroundNetworking);
22 launch_arguments_.AppendSwitch(switches::kAllowOutdatedPlugins);
50 launch_arguments_.AppendSwitch(switches::kEnableChromiumBranding);
  /external/chromium_org/chrome/app/
chrome_exe_main_win.cc 54 // List of switches that it's safe to rendezvous early with. Fast start should
60 switches::kProfileDirectory,
61 switches::kShowAppList,
73 const CommandLine::SwitchMap& switches = command_line.GetSwitches(); local
74 if (switches.size() > arraysize(kFastStartSwitches))
76 for (CommandLine::SwitchMap::const_iterator it = switches.begin();
77 it != switches.end(); ++it) {
  /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/
wizard_in_process_browser_test.cc 32 command_line->AppendSwitch(::switches::kNoStartupWindow);
33 command_line->AppendSwitch(switches::kLoginManager);
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector.cc 22 return CommandLine::ForCurrentProcess()->HasSwitch(::switches::kTestType);
60 switches::kDisableChromeCaptivePortalDetector);
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_apitest.cc 27 command_line->AppendSwitch(switches::kEnableExtensionActivityLogging);
28 command_line->AppendSwitch(switches::kEnableExtensionActivityLogTesting);
  /external/chromium_org/chrome/browser/ui/aura/
chrome_browser_main_extra_parts_aura.cc 35 if (command_line->HasSwitch(switches::kViewerConnect) ||
36 command_line->HasSwitch(switches::kViewerLaunchViaAppId)) {
  /external/chromium_org/content/browser/aura/
image_transport_factory.cc 35 if (!command_line->HasSwitch(switches::kTestCompositor))
39 if (!command_line->HasSwitch(switches::kDisableTestCompositor))
  /external/chromium_org/content/public/test/
browser_test_base.cc 99 command_line->AppendSwitch(switches::kAllowFileAccessFromFiles);
101 command_line->AppendSwitch(switches::kDomAutomationController);
103 command_line->AppendSwitch(switches::kSkipGpuDataLoading);
114 command_line->AppendSwitch(switches::kTestCompositor);
119 if (command_line->HasSwitch(switches::kUseGpuInTests))
144 if (command_line->HasSwitch(switches::kUseGL)) {
151 switches::kUseGL, gfx::kGLImplementationOSMesaName);
194 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess));
  /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/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 253 { // Command line switches are used for preferences with no user interface.
256 !command_line.HasSwitch(switches::kDisableDevTools);
258 !command_line.HasSwitch(switches::kDisableJavaScript) &&
261 !command_line.HasSwitch(switches::kDisableWebSecurity) &&
264 !command_line.HasSwitch(switches::kDisablePlugins) &&
267 !command_line.HasSwitch(switches::kDisableJava) &&
272 command_line.HasSwitch(switches::kEnableFastback);
274 !command_line.HasSwitch(switches::kDisableRemoteFonts);
276 !command_line.HasSwitch(switches::kDisableXSSAuditor);
278 !command_line.HasSwitch(switches::kDisableApplicationCache)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 199 return command_line.HasSwitch(switches::kLoginManager) &&
200 !command_line.HasSwitch(switches::kForceLoginManagerInTests) &&
207 if (parsed_command_line.HasSwitch(switches::kLoginManager)) {
209 parsed_command_line.HasSwitch(switches::kLoginScreen) ?
222 } else if (parsed_command_line.HasSwitch(switches::kLoginUser) &&
223 parsed_command_line.HasSwitch(switches::kLoginPassword)) {
226 parsed_command_line.GetSwitchValueASCII(switches::kLoginUser),
227 parsed_command_line.GetSwitchValueASCII(switches::kLoginPassword));
229 if (!parsed_command_line.HasSwitch(::switches::kTestName)) {
374 if (parsed_command_line().HasSwitch(switches::kGuestSession))
    [all...]
  /external/chromium/chrome/browser/chromeos/
cros_settings_provider.cc 18 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kGuestSession) &&

Completed in 1467 milliseconds

1 2 3 45 6 7 8 91011>>