Searched refs:browser_command_line (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/common/
H A Dnacl_cmd_line.cc13 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
35 cmd_line->CopySwitchesFrom(browser_command_line, kSwitchNames,
H A Dsandbox_policy.cc577 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
[all...]
H A Dservice_process_util.cc270 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
272 browser_command_line.GetSwitchValuePath(switches::kUserDataDir);
/external/chromium/chrome/browser/
H A Dutility_process_host.cc146 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(
H A Dgpu_data_manager.cc60 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(
/external/chromium/chrome/browser/service/
H A Dservice_process_control.cc134 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/
H A Dprofile_import_process_host.cc98 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
99 if (browser_command_line.HasSwitch(switches::kChromeFrame))
/external/chromium/chrome/browser/chromeos/login/
H A Dlogin_utils.cc403 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
404 CommandLine command_line(browser_command_line.GetProgram());
407 browser_command_line,
/external/chromium/chrome/browser/extensions/
H A Dextension_web_ui.cc144 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
145 if (browser_command_line.HasSwitch(switches::kChromeFrame))
/external/chromium/chrome/browser/first_run/
H A Dfirst_run_win.cc141 CommandLine* browser_command_line = CommandLine::ForCurrentProcess(); local
142 if (browser_command_line->HasSwitch(switches::kChromeFrame)) {
/external/chromium/chrome/browser/sync/
H A Dsync_ui_util.cc78 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
80 browser_command_line.HasSwitch(switches::kMultiProfiles) ?
/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.cc54 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
55 multiprofile_ = browser_command_line.HasSwitch(switches::kMultiProfiles);
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc91 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); local
92 if (browser_command_line.HasSwitch(switches::kMultiProfiles) &&

Completed in 928 milliseconds