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

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.cc 13 command_line->AppendSwitch(switches::kEnableExtensionTimelineApi);
extension_input_apitest.cc 11 switches::kEnableExperimentalExtensionApis);
extension_webrequest_apitest.cc 21 switches::kEnableExperimentalExtensionApis);
28 switches::kEnableExperimentalExtensionApis);
extension_webnavigation_apitest.cc 17 switches::kEnableExperimentalExtensionApis);
26 switches::kEnableExperimentalExtensionApis);
35 switches::kEnableExperimentalExtensionApis);
44 switches::kEnableExperimentalExtensionApis);
53 switches::kEnableExperimentalExtensionApis);
62 switches::kEnableExperimentalExtensionApis);
71 switches::kEnableExperimentalExtensionApis);
80 switches::kEnableExperimentalExtensionApis);
89 switches::kEnableExperimentalExtensionApis);
  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view_browsertest.cc 30 command_line->AppendSwitchASCII(switches::kTryChromeAgain, "10001");
  /external/chromium_org/components/autofill/core/common/
autofill_switches.cc 8 namespace switches { namespace in namespace:autofill
53 } // namespace switches
  /external/chromium_org/components/nacl/common/
nacl_switches.h 5 // Defines all the command-line switches used by Chrome.
10 namespace switches { namespace
12 // All switches in alphabetical order. The switches should be documented
24 } // namespace switches
  /external/chromium_org/components/policy/core/common/
policy_switches.h 13 namespace switches { namespace in namespace:policy
23 } // namespace switches
  /external/chromium_org/content/shell/common/
shell_switches.cc 7 namespace switches { namespace
43 } // namespace switches
shell_switches.h 5 // Defines all the "content_shell" command-line switches.
10 namespace switches { namespace
23 } // namespace switches
  /external/chromium_org/ui/gfx/
switches.h 10 namespace switches { namespace
17 } // namespace switches
  /external/chromium_org/chrome/test/chromedriver/
capabilities_unittest.cc 12 TEST(Switches, Empty) {
13 Switches switches; local
15 switches.AppendToCommandLine(&cmd);
17 ASSERT_EQ("", switches.ToString());
20 TEST(Switches, NoValue) {
21 Switches switches; local
22 switches.SetSwitch("hello");
24 ASSERT_TRUE(switches.HasSwitch("hello"))
35 Switches switches; local
49 Switches switches; local
62 Switches switches; local
69 Switches switches; local
77 Switches switches; local
90 Switches switches; local
349 const std::set<std::string>& switches = capabilities.exclude_switches; local
    [all...]
  /external/chromium_org/cc/base/
switches.cc 5 #include "cc/base/switches.h"
10 namespace switches { namespace in namespace:cc
156 if (command_line->HasSwitch(switches::kDisableLCDText))
158 else if (command_line->HasSwitch(switches::kEnableLCDText))
172 if (command_line.HasSwitch(switches::kDisableImplSidePainting))
174 else if (command_line.HasSwitch(switches::kEnableImplSidePainting))
186 return command_line.HasSwitch(switches::kEnableGPURasterization);
204 if (command_line.HasSwitch(switches::kDisableMapImage))
206 else if (command_line.HasSwitch(switches::kEnableMapImage))
212 } // namespace switches
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
guest_mode_options_ui_browsertest.cc 13 // switches.
19 command_line->AppendSwitch(chromeos::switches::kGuestSession);
20 command_line->AppendSwitch(switches::kIncognito);
  /external/chromium_org/mojo/shell/
run.cc 11 #include "mojo/shell/switches.h"
19 if (!command_line.HasSwitch(switches::kApp)) {
26 container->Load(GURL(command_line.GetSwitchValueASCII(switches::kApp)));
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service_util.cc 19 if (command_line.HasSwitch(switches::kSyncNotificationHostPort)) {
23 switches::kSyncNotificationHostPort));
29 command_line.HasSwitch(switches::kSyncTrySsltcpFirstForXmpp);
34 command_line.HasSwitch(switches::kSyncInvalidateXmppLogin);
39 command_line.HasSwitch(switches::kSyncAllowInsecureXmppConnection);
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.cc 23 #include "cc/base/switches.h"
60 cl->AppendSwitch(switches::kEnableBeginFrameScheduling);
61 cl->AppendSwitch(cc::switches::kEnableMapImage);
64 cl->AppendSwitch(switches::kDisableGLSLTranslator);
67 cl->AppendSwitch(switches::kHideScrollbars);
68 cl->AppendSwitch(switches::kDisableOverscrollEdgeEffect);
71 cl->AppendSwitch(switches::kDisableExperimentalWebGL);
72 cl->AppendSwitch(switches::kDisableSharedWorkers);
76 cl->AppendSwitch(switches::kDisableFileSystem);
79 cl->AppendSwitch(cc::switches::kDisableCompositorTouchHitTesting)
    [all...]
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 10 #include "cc/base/switches.h"
41 command_line.HasSwitch(switches::kDisableAccelerated2dCanvas) ||
52 command_line.HasSwitch(switches::kDisableAcceleratedCompositing),
63 command_line.HasSwitch(switches::kDisableAcceleratedLayers),
72 command_line.HasSwitch(cc::switches::kDisableThreadedAnimation) ||
73 command_line.HasSwitch(switches::kDisableAcceleratedCompositing) ||
74 command_line.HasSwitch(switches::kDisableAcceleratedLayers),
81 command_line.HasSwitch(switches::kDisableExperimentalWebGL),
88 command_line.HasSwitch(switches::kDisableGLMultisampling),
96 command_line.HasSwitch(switches::kDisableFlash3d)
    [all...]
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 184 if (process_type == switches::kPluginProcess ||
185 process_type == switches::kPpapiPluginProcess) {
187 } else if (process_type == switches::kPpapiBrokerProcess) {
190 } else if (process_type == switches::kUtilityProcess ||
191 process_type == switches::kWorkerProcess ||
192 process_type == switches::kGpuProcess ||
193 process_type == switches::kServiceProcess) {
196 } else if (process_type == switches::kNaClLoaderProcess) {
199 } else if (process_type == switches::kZygoteProcess ||
204 } else if (process_type == switches::kRendererProcess)
    [all...]
  /external/chromium/base/test/
test_timeouts.cc 67 InitializeTimeout(switches::kTestTinyTimeout, &tiny_timeout_ms_);
68 InitializeTimeout(switches::kUiTestActionTimeout, tiny_timeout_ms_,
70 InitializeTimeout(switches::kUiTestActionMaxTimeout, action_timeout_ms_,
72 InitializeTimeout(switches::kTestLargeTimeout, action_max_timeout_ms_,
74 InitializeTimeout(switches::kUiTestTimeout, large_test_timeout_ms_,
83 InitializeTimeout(switches::kUiTestTerminateTimeout,
86 InitializeTimeout(switches::kLiveOperationTimeout,
  /external/chromium_org/content/shell/app/
shell_breakpad_client.cc 50 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kCrashDumpsDir))
53 switches::kCrashDumpsDir);
65 return process_type == switches::kRendererProcess ||
66 process_type == switches::kPluginProcess ||
67 process_type == switches::kPpapiPluginProcess ||
68 process_type == switches::kZygoteProcess ||
69 process_type == switches::kGpuProcess;
  /external/chromium/chrome/common/
profiling.cc 21 if (command_line.HasSwitch(switches::kProfilingFile))
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
26 command_line.GetSwitchValueASCII(switches::kProcessType);
45 command_line.GetSwitchValueASCII(switches::kProfilingFlush);
64 command_line.GetSwitchValueASCII(switches::kProcessType);
66 if (command_line.HasSwitch(switches::kProfilingAtStart)) {
68 command_line.GetSwitchValueASCII(switches::kProfilingAtStart);
77 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
108 bool flush = command_line.HasSwitch(switches::kProfilingFlush);
common_glue.cc 38 parsed_command_line.GetSwitchValueASCII(switches::kLang);
40 (!parsed_command_line.HasSwitch(switches::kRendererProcess) &&
41 !parsed_command_line.HasSwitch(switches::kPluginProcess)));
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 43 return command_line->HasSwitch(switches::kKioskMode) ||
49 return command_line->HasSwitch(switches::kForceAppMode) &&
50 command_line->HasSwitch(switches::kAppId);
  /external/chromium_org/content/common/
sandbox_init_win.cc 27 if (!command_line.HasSwitch(switches::kNoSandbox)) {
29 switches::kDisableAltWinstation);
39 if (command_line.HasSwitch(switches::kNoSandbox))

Completed in 397 milliseconds

1 2 34 5 6 7 8 91011>>