OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switches
(Results
351 - 375
of
1275
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/content/common/input/
input_event_stream_validator.cc
20
switches
::kValidateInputEventStream)) {
/external/chromium_org/content/plugin/
plugin_main.cc
64
if (parsed_command_line.HasSwitch(
switches
::kPluginStartupDialog)) {
/external/chromium_org/content/renderer/devtools/
devtools_client.cc
33
command_line.GetSwitchValueASCII(
switches
::kLang))));
/external/chromium_org/content/renderer/
renderer_main_platform_delegate_linux.cc
34
if (command_line.HasSwitch(
switches
::kEnableVtune))
/external/chromium_org/content/test/
content_browser_test_test.cc
28
command_line->AppendSwitch(
switches
::kSingleProcess);
/external/chromium_org/content/worker/
worker_main.cc
63
if (parsed_command_line.HasSwitch(
switches
::kWaitForDebugger)) {
/external/chromium_org/gpu/command_buffer/service/
logger.cc
31
switches
::kDisableGLErrorLimit)) {
/external/chromium_org/media/base/android/
browser_cdm_factory_android.cc
42
switches
::kMediaDrmEnableNonCompositing)) {
/external/chromium_org/sync/internal_api/public/
internal_components_factory_impl.h
19
InternalComponentsFactoryImpl(const
Switches
&
switches
);
41
virtual
Switches
GetSwitches() const OVERRIDE;
44
const
Switches
switches_;
/external/chromium_org/sync/internal_api/public/test/
test_internal_components_factory.h
24
explicit TestInternalComponentsFactory(const
Switches
&
switches
,
47
virtual
Switches
GetSwitches() const OVERRIDE;
50
const
Switches
switches_;
/external/chromium_org/third_party/WebKit/Source/core/css/
RuntimeCSSEnabled.cpp
134
static CSSPropertySwitches*
switches
= 0;
local
135
if (!
switches
) {
136
switches
= new CSSPropertySwitches(true); // All bits sets to 1.
139
return *
switches
;
/external/chromium_org/chrome/browser/
unload_browsertest.cc
121
command_line->AppendSwitch(
switches
::kDisablePopupBlocking);
199
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
212
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
227
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
241
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
332
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
342
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
353
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
365
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kSingleProcess))
421
command_line->AppendSwitch(
switches
::kEnableFastUnload)
[
all
...]
/external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc
104
cl->AppendSwitch(
switches
::kDisableAccelerated2dCanvas);
105
cl->AppendSwitch(
switches
::kDisableExperimentalWebGL);
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service_browsertest.cc
65
command->AppendSwitch(
switches
::kForceAppMode);
66
command->AppendSwitchASCII(
switches
::kAppId, app_->id());
/external/chromium_org/chrome/browser/extensions/
external_provider_impl_chromeos_unittest.cc
109
command->AppendSwitchASCII(
switches
::kForceAppMode, std::string());
110
command->AppendSwitchASCII(
switches
::kAppId, std::string("app_id"));
/external/chromium_org/chrome/browser/infobars/
infobars_browsertest.cc
29
switches
::kAppsGalleryInstallAutoConfirmForTests, "accept");
57
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
/external/chromium_org/chrome/browser/notifications/
message_center_notifications_browsertest.cc
160
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
178
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
195
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
211
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
231
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
260
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
292
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
323
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kAshBrowserTests))
/external/chromium_org/chrome/browser/task_manager/
browser_process_resource_provider.cc
109
bool using_v8 = !command_line->HasSwitch(
switches
::kWinHttpProxyResolver);
110
if (using_v8 && command_line->HasSwitch(
switches
::kSingleProcess)) {
/external/chromium_org/chrome/browser/ui/ash/
ash_init.cc
44
return CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kOpenAsh);
96
switches
::kDisableZeroBrowsersOpenForTests)) {
/external/chromium_org/chrome/test/chromedriver/
capabilities.h
28
class
Switches
{
31
Switches
();
32
~
Switches
();
39
// In case of same key, |
switches
| will override.
40
void SetFromSwitches(const
Switches
&
switches
);
98
// Set of
switches
which should be removed from default list when launching
119
Switches
switches
;
member in struct:Capabilities
/external/chromium_org/components/translate/core/common/
translate_util.cc
118
if (command_line->HasSwitch(
switches
::kTranslateSecurityOrigin)) {
120
command_line->GetSwitchValueASCII(
switches
::kTranslateSecurityOrigin);
/external/chromium_org/content/browser/
browser_main_runner.cc
51
if (parameters.command_line.HasSwitch(
switches
::kWaitForDebugger))
138
if (command_line.HasSwitch(
switches
::kTraceShutdown))
/external/chromium_org/content/shell/browser/
shell_javascript_dialog_manager.cc
33
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kDumpRenderTree)) {
77
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches
::kDumpRenderTree)) {
/external/chromium_org/ui/base/ime/
mock_input_method.cc
23
if (
switches
::IsTextInputFocusManagerEnabled())
40
if (
switches
::IsTextInputFocusManagerEnabled())
/external/chromium_org/ui/gfx/
font_render_params_linux.cc
10
#include "ui/gfx/
switches
.h"
28
return cl->HasSwitch(
switches
::kEnableWebkitTextSubpixelPositioning) ||
32
return cl->HasSwitch(
switches
::kEnableBrowserTextSubpixelPositioning);
Completed in 643 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>