OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches
(Results
501 - 525
of
1305
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/content/plugin/
webplugin_accelerated_surface_proxy_mac.cc
25
switches
::kDisableCoreAnimationPlugins));
/external/chromium_org/content/renderer/accessibility/
renderer_accessibility.cc
29
if (command_line.HasSwitch(
switches
::kEnableAccessibilityLogging))
/external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py
112
switch = func.checker.
switches
.get(param.name, [])
115
if not desc.checker.
switches
:
120
items = desc.checker.
switches
.items()
129
if dep_desc.checker.
switches
:
/external/chromium_org/ui/base/touch/
touch_factory_x11.cc
44
touch_events_disabled_ = cmdline->HasSwitch(
switches
::kTouchEvents) &&
45
cmdline->GetSwitchValueASCII(
switches
::kTouchEvents) ==
46
switches
::kTouchEventsDisabled;
65
switches
::kTouchDevices);
/external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.cc
8
#include "cc/base/
switches
.h"
24
return cc::
switches
::IsImplSidePaintingEnabled();
/external/mesa3d/src/mesa/main/
APIspecutil.py
112
switch = func.checker.
switches
.get(param.name, [])
115
if not desc.checker.
switches
:
120
items = desc.checker.
switches
.items()
129
if dep_desc.checker.
switches
:
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_test.cc
233
command_line->AppendSwitch(
switches
::kSbDisableAutoUpdate);
238
command_line->AppendSwitch(
switches
::kDisableIPv6);
242
command_line->AppendSwitch(
switches
::kSbDisableDownloadProtection);
247
switches
::kDisableClientSidePhishingDetection);
251
command_line->AppendSwitch(
switches
::kSbDisableExtensionBlacklist);
255
command_line->AppendSwitch(
switches
::kSbDisableSideEffectFreeWhitelist);
259
command_line->AppendSwitchASCII(
switches
::kSbURLPrefix, url_prefix);
/external/chromium_org/chrome/browser/translate/
translate_prefs.cc
83
if (command_line->HasSwitch(
switches
::kEnableTranslateSettings)) {
95
if (command_line->HasSwitch(
switches
::kEnableTranslateSettings)) {
106
if (command_line->HasSwitch(
switches
::kEnableTranslateSettings)) {
172
if (command_line->HasSwitch(
switches
::kEnableTranslateSettings))
180
if (command_line->HasSwitch(
switches
::kEnableTranslateSettings))
256
if (command_line->HasSwitch(
switches
::kEnableTranslateSettings)) {
358
command_line.HasSwitch(
switches
::kEnableTranslateSettings);
/external/chromium_org/chrome/common/
chrome_content_client.cc
173
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kEnablePnacl)) {
300
switches
::kPpapiFlashInProcess);
338
switches
::kPpapiFlashPath);
346
switches
::kPpapiFlashVersion);
358
if (command_line->HasSwitch(
switches
::kPpapiFlashPath))
362
command_line->HasSwitch(
switches
::kDisableBundledPpapiFlash);
437
if (command_line->HasSwitch(
switches
::kUseMobileUserAgent))
/external/chromium_org/chrome/installer/setup/
setup_util.cc
50
// Copy over all
switches
but --install-archive.
51
CommandLine::SwitchMap
switches
(command_line.GetSwitches());
52
switches
.erase(
switches
::kInstallArchive);
53
for (CommandLine::SwitchMap::const_iterator i =
switches
.begin();
54
i !=
switches
.end(); ++i) {
291
switches
::kInstallerData));
330
switches
::kChromeFrameReadyMode);
install_worker_unittest.cc
210
product_state.AddUninstallSwitch(installer::
switches
::kUninstall);
211
product_state.AddUninstallSwitch(installer::
switches
::kMultiInstall);
213
product_state.AddUninstallSwitch(installer::
switches
::kSystemLevel);
241
product_state.AddUninstallSwitch(installer::
switches
::kUninstall);
243
product_state.AddUninstallSwitch(installer::
switches
::kSystemLevel);
245
product_state.AddUninstallSwitch(installer::
switches
::kMultiInstall);
246
product_state.AddUninstallSwitch(installer::
switches
::kChrome);
248
product_state.AddUninstallSwitch(installer::
switches
::kChromeFrame);
250
installer::
switches
::kChromeFrameReadyMode);
279
product_state.AddUninstallSwitch(installer::
switches
::kUninstall)
[
all
...]
/external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc
66
command_line->AppendSwitch(
switches
::kDisablePopupBlocking);
67
command_line->AppendSwitchASCII(
switches
::kWindowSize, "400,300");
229
command_line->AppendSwitch(
switches
::kDisableAcceleratedCompositing);
289
command_line->AppendSwitch(
switches
::kDisableExperimentalWebGL);
349
command_line->AppendSwitch(
switches
::kDisableGLMultisampling);
400
command_line->AppendSwitch(
switches
::kDisableAccelerated2dCanvas);
426
command_line->AppendSwitch(
switches
::kEnableThreadedCompositing);
/external/chromium_org/chrome/browser/printing/
print_dialog_cloud.cc
746
DCHECK(command_line.HasSwitch(
switches
::kCloudPrintFile));
747
if (!command_line.GetSwitchValuePath(
switches
::kCloudPrintFile).empty()) {
750
command_line.GetSwitchValuePath(
switches
::kCloudPrintFile);
754
if (command_line.HasSwitch(
switches
::kCloudPrintJobTitle)) {
757
command_line,
switches
::kCloudPrintJobTitle);
759
if (command_line.HasSwitch(
switches
::kCloudPrintPrintTicket)) {
762
command_line,
switches
::kCloudPrintPrintTicket);
765
if (command_line.HasSwitch(
switches
::kCloudPrintFileType)) {
767
switches
::kCloudPrintFileType);
771
switches
::kCloudPrintDeleteFile)
[
all
...]
/external/chromium_org/base/test/
test_launcher.cc
359
CommandLine::SwitchMap
switches
= command_line.GetSwitches();
local
363
switches
.erase(kGTestOutputFlag);
366
switches
.erase(kGTestRepeatFlag);
368
for (CommandLine::SwitchMap::const_iterator iter =
switches
.begin();
369
iter !=
switches
.end(); ++iter) {
374
// does not really support removing
switches
well, and trying to do that
376
// TODO(phajdan.jr): Give it a try to support CommandLine removing
switches
.
/external/chromium_org/cloud_print/service/win/
service_controller.cc
170
command_line.AppendSwitchPath(
switches
::kUserDataDir, user_data_dir);
172
command_line.AppendSwitch(
switches
::kEnableLogging);
173
command_line.AppendSwitchASCII(
switches
::kV, "1");
310
is_logging_enabled_ = command_line_.HasSwitch(
switches
::kEnableLogging);
315
return command_line_.HasSwitch(
switches
::kEnableLogging);
/external/chromium_org/content/browser/
child_process_launcher.cc
64
HasSwitch(
switches
::kChildCleanExit);
202
CHECK(!cmd_line->HasSwitch(
switches
::kSingleProcess));
205
cmd_line->GetSwitchValueASCII(
switches
::kProcessType);
226
cmd_line->GetSwitchValueASCII(
switches
::kProcessType);
254
if (process_type ==
switches
::kRendererProcess) {
/external/chromium_org/chrome/browser/chromeos/login/
kiosk_browsertest.cc
427
::
switches
::kGaiaUrl, gaia_url.spec());
471
command_line->AppendSwitch(::
switches
::kMultiProfiles);
473
command_line->AppendSwitch(chromeos::
switches
::kLoginManager);
474
command_line->AppendSwitch(chromeos::
switches
::kForceLoginManagerInTests);
476
chromeos::
switches
::kDisableChromeCaptivePortalDetector);
477
command_line->AppendSwitch(::
switches
::kDisableBackgroundNetworking);
478
command_line->AppendSwitchASCII(chromeos::
switches
::kLoginProfile, "user");
486
::
switches
::kAppsGalleryURL, test_gallery_url);
491
::
switches
::kAppsGalleryDownloadURL, test_gallery_download_url);
/external/chromium_org/chrome/test/webdriver/
webdriver_capabilities_parser.cc
108
parser_map["chrome.
switches
"] = &CapabilitiesParser::ParseArgs;
331
caps_->command.AppendSwitch(
switches
::kNoProxyServer);
353
caps_->command.AppendSwitch(
switches
::kProxyAutoDetect);
364
caps_->command.AppendSwitchNative(
switches
::kProxyPacUrl, proxy_pac_url);
415
caps_->command.AppendSwitchASCII(
switches
::kProxyServer, proxy_server_value);
425
caps_->command.AppendSwitchASCII(
switches
::kProxyBypassList,
438
const base::ListValue*
switches
;
local
439
if (!option->GetAsList(&
switches
))
442
for (size_t i = 0; i <
switches
->GetSize(); ++i) {
444
if (!
switches
->GetString(i, &switch_name))
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
21
#include "cc/base/
switches
.h"
458
!command_line.HasSwitch(
switches
::kDisableJavaScript);
460
!command_line.HasSwitch(
switches
::kDisableWebSecurity);
462
!command_line.HasSwitch(
switches
::kDisablePlugins);
464
!command_line.HasSwitch(
switches
::kDisableJava);
467
!command_line.HasSwitch(
switches
::kDisableRemoteFonts);
469
!command_line.HasSwitch(
switches
::kDisableXSSAuditor);
471
!command_line.HasSwitch(
switches
::kDisableApplicationCache);
474
!command_line.HasSwitch(
switches
::kDisableLocalStorage);
476
!command_line.HasSwitch(
switches
::kDisableDatabases)
[
all
...]
/external/chromium/chrome/browser/printing/
print_dialog_cloud.cc
588
if (!command_line.GetSwitchValuePath(
switches
::kCloudPrintFile).empty()) {
591
command_line.GetSwitchValuePath(
switches
::kCloudPrintFile);
594
if (command_line.HasSwitch(
switches
::kCloudPrintJobTitle)) {
598
switches
::kCloudPrintJobTitle);
606
if (command_line.HasSwitch(
switches
::kCloudPrintFileType)) {
608
switches
::kCloudPrintFileType);
/external/chromium/chrome/browser/
shell_integration_win.cc
222
if (command_line.HasSwitch(
switches
::kUserDataDir)) {
224
command_line.GetSwitchValuePath(
switches
::kUserDataDir).AppendASCII(
229
if (command_line.HasSwitch(
switches
::kApp)) {
231
GURL(command_line.GetSwitchValueASCII(
switches
::kApp))));
232
} else if (command_line.HasSwitch(
switches
::kAppId)) {
234
command_line.GetSwitchValueASCII(
switches
::kAppId)));
intranet_redirect_detector.cc
71
if (cmd_line->HasSwitch(
switches
::kDisableBackgroundNetworking) ||
72
cmd_line->HasSwitch(
switches
::kChromeFrame))
/external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc
172
command_line->AppendSwitchASCII(
switches
::kRendererProcessLimit, "1");
181
parsed_command_line.AppendSwitch(
switches
::kProcessPerTab);
241
parsed_command_line.AppendSwitch(
switches
::kProcessPerTab);
294
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
299
parsed_command_line.AppendSwitch(
switches
::kProcessPerTab);
337
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
/external/chromium/chrome/browser/extensions/
app_process_apitest.cc
66
switches
::kDisablePopupBlocking);
150
switches
::kDisablePopupBlocking);
/external/chromium/chrome/browser/history/
in_memory_history_backend.cc
45
switches
::kEnableHistoryQuickProvider) &&
47
switches
::kDisableHistoryQuickProvider)) {
Completed in 1640 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>