OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:browser_command_line
(Results
1 - 13
of
13
) sorted by null
/external/chromium/chrome/browser/
gpu_data_manager.cc
60
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
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));
213
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
214
if (
browser_command_line
.HasSwitch(switches::kIgnoreGpuBlacklist) ||
215
browser_command_line
.GetSwitchValueASCII(
utility_process_host.cc
146
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
147
if (
browser_command_line
.HasSwitch(switches::kChromeFrame))
149
if (
browser_command_line
.HasSwitch(switches::kNoSandbox))
152
if (
browser_command_line
.HasSwitch(
160
bool has_cmd_prefix =
browser_command_line
.HasSwitch(
165
cmd_line->PrependWrapper(
browser_command_line
.GetSwitchValueNative(
/external/chromium/chrome/common/
nacl_cmd_line.cc
13
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
35
cmd_line->CopySwitchesFrom(
browser_command_line
, kSwitchNames,
sandbox_policy.cc
577
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
617
in_sandbox =
browser_command_line
.HasSwitch(switches::kSafePlugins) ||
620
!
browser_command_line
.HasSwitch(switches::kDisableFlashSandbox));
626
(
browser_command_line
.HasSwitch(switches::kDisableGpuSandbox))) {
631
if (
browser_command_line
.HasSwitch(switches::kNoSandbox)) {
637
if (
browser_command_line
.HasSwitch(switches::kInProcessPlugins)) {
642
if (!
browser_command_line
.HasSwitch(switches::kDisable3DAPIs) &&
643
!
browser_command_line
.HasSwitch(switches::kDisableExperimentalWebGL) &&
644
browser_command_line
.HasSwitch(switches::kInProcessWebGL)) {
650
if (
browser_command_line
.HasSwitch(switches::kChromeFrame))
[
all
...]
service_process_util.cc
270
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
272
browser_command_line
.GetSwitchValuePath(switches::kUserDataDir);
/external/chromium/chrome/browser/service/
service_process_control.cc
134
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
136
browser_command_line
.GetSwitchValuePath(switches::kUserDataDir);
140
std::string logging_level =
browser_command_line
.GetSwitchValueASCII(
145
std::string v_level =
browser_command_line
.GetSwitchValueASCII(
150
std::string v_modules =
browser_command_line
.GetSwitchValueASCII(
155
if (
browser_command_line
.HasSwitch(switches::kWaitForDebuggerChildren)) {
159
if (
browser_command_line
.HasSwitch(switches::kEnableLogging)) {
/external/chromium/chrome/browser/importer/
profile_import_process_host.cc
98
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
99
if (
browser_command_line
.HasSwitch(switches::kChromeFrame))
/external/chromium/chrome/browser/extensions/
extension_web_ui.cc
144
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
145
if (
browser_command_line
.HasSwitch(switches::kChromeFrame))
/external/chromium/chrome/browser/first_run/
first_run_win.cc
141
CommandLine*
browser_command_line
= CommandLine::ForCurrentProcess();
local
142
if (
browser_command_line
->HasSwitch(switches::kChromeFrame)) {
/external/chromium/chrome/browser/sync/
sync_ui_util.cc
78
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
80
browser_command_line
.HasSwitch(switches::kMultiProfiles) ?
/external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc
54
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
55
multiprofile_ =
browser_command_line
.HasSwitch(switches::kMultiProfiles);
/external/chromium/chrome/browser/chromeos/login/
login_utils.cc
403
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
404
CommandLine command_line(
browser_command_line
.GetProgram());
407
browser_command_line
,
/external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc
91
const CommandLine&
browser_command_line
= *CommandLine::ForCurrentProcess();
local
92
if (
browser_command_line
.HasSwitch(switches::kMultiProfiles) &&
Completed in 737 milliseconds