HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 901 - 925 of 1825) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/utility/importer/
firefox_importer_unittest_utils_mac.cc 41 CommandLine cl(*CommandLine::ForCurrentProcess());
59 bool debug_on_start = CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome_frame/
policy_settings.cc 58 const CommandLine& PolicySettings::AdditionalLaunchParameters() const {
197 CommandLine additional_launch_parameters(CommandLine::NO_PROGRAM);
  /external/chromium_org/chromeos/system/
statistics_provider.cc 63 const CommandLine::CharType kOemManifestFilePath[] =
259 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.cc 101 if (!CommandLine::ForCurrentProcess()->HasSwitch("no-announcement")) {
187 CommandLine::ForCurrentProcess()->HasSwitch("unicast-respond");
260 if (!CommandLine::ForCurrentProcess()->HasSwitch("no-announcement")) {
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.cc 142 CommandLine* command_line) const {
148 CommandLine* command_line) const {
154 CommandLine* command_line) const {
gpu_data_manager_impl_private.h 60 void AppendRendererCommandLine(CommandLine* command_line) const;
62 void AppendGpuCommandLine(CommandLine* command_line) const;
64 void AppendPluginCommandLine(CommandLine* command_line) const;
235 // the --disable-gpu commandline switch.
  /external/chromium_org/content/shell/browser/
shell_url_request_context_getter.cc 80 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
94 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/net/tools/fetch/
fetch_client.cc 132 CommandLine::Init(argc, argv);
133 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/net/tools/get_server_time/
get_server_time.cc 221 CommandLine::Init(argc, argv);
226 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/events/x/
touch_factory_x11.cc 40 CommandLine* cmdline = CommandLine::ForCurrentProcess();
60 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/win8/metro_driver/
chrome_url_launch_handler.cc 111 CommandLine command_line = CommandLine::FromString(dummy_command_line);
112 CommandLine::StringVector args = command_line.GetArgs();
  /external/chromium/chrome/browser/
shell_integration_linux.cc 272 if (!base::GetAppOutput(CommandLine(argv), &reply)) {
290 base::GetAppOutput(CommandLine(argv), &browser);
386 CommandLine cmd_line =
388 const CommandLine::SwitchMap& switch_map = cmd_line.GetSwitches();
389 for (CommandLine::SwitchMap::const_iterator i = switch_map.begin();
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 183 bool ShouldAutoLaunchKioskApp(const CommandLine& command_line) {
200 void OptionallyRunChromeOSLoginManager(const CommandLine& parsed_command_line,
347 CommandLine* singleton_command_line = CommandLine::ForCurrentProcess();
648 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 148 CommandLine::ForCurrentProcess()->HasSwitch(
170 if (CommandLine::ForCurrentProcess()->HasSwitch(
173 GURL(CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
317 if (CommandLine::ForCurrentProcess()->HasSwitch(
319 base::StringToInt(CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 124 scoped_ptr<CommandLine> autorun_command_line;
131 autorun_command_line.reset(new CommandLine(CommandLine::FromString(value)));
145 autorun_command_line.reset(new CommandLine(argc, argv));
345 CommandLine cl(base::FilePath("/bin/launchctl"));
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 156 CommandLine command_line(CommandLine::NO_PROGRAM);
200 HRESULT ParseCommandLine(const CommandLine& command_line, bool* is_service) {
406 CommandLine::Init(argc, argv);
414 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableLogging) ?
  /external/chromium_org/content/browser/
child_process_launcher.cc 66 terminate_child_on_shutdown_ = !CommandLine::ForCurrentProcess()->
83 CommandLine* cmd_line,
195 CommandLine* cmd_line) {
196 scoped_ptr<CommandLine> cmd_line_deleter(cmd_line);
426 CommandLine* cmd_line,
  /external/chromium_org/content/browser/media/
webrtc_browsertest.cc 68 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
71 ASSERT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch(
73 ASSERT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch(
582 ASSERT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch(
607 ASSERT_TRUE(CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 48 scoped_ptr<CommandLine> target,
136 scoped_ptr<CommandLine> target_command_;
146 scoped_ptr<CommandLine> target_command,
351 CommandLine command_line(target_command_->argv());
535 scoped_ptr<CommandLine> target_command,
  /external/chromium_org/ui/compositor/
compositor.cc 256 CommandLine* command_line = CommandLine::ForCurrentProcess();
326 bool use_thread = !CommandLine::ForCurrentProcess()->HasSwitch(
330 CommandLine::ForCurrentProcess()->HasSwitch(
332 !CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 314 if (base::GetAppOutput(CommandLine(argv), &path_version)) {
394 bool ran_ok = base::GetAppOutputWithExitCode(CommandLine(argv), &reply,
398 ran_ok = base::GetAppOutputWithExitCode(CommandLine(argv), &reply,
506 base::GetAppOutput(CommandLine(argv), &browser);
552 DCHECK(CommandLine::InitializedForCurrentProcess());
554 const CommandLine* command_line = CommandLine::ForCurrentProcess();
752 CommandLine cmd_line(CommandLine::NO_PROGRAM);
755 const CommandLine::SwitchMap& switch_map = cmd_line.GetSwitches()
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 139 new CommandLine(*CommandLine::ForCurrentProcess()));
147 *CommandLine::ForCurrentProcess() = *original_cmd_line_;
216 scoped_ptr<CommandLine> original_cmd_line_;
294 CommandLine::ForCurrentProcess()->AppendSwitch(
350 CommandLine::ForCurrentProcess()->AppendSwitch(
579 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 38 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
40 scoped_ptr<CommandLine> command_line_;
78 CommandLine* command_line, ProfileInfoCache* cache, bool enabled)
478 CommandLine::ForCurrentProcess(),
613 CommandLine::ForCurrentProcess(),
626 CommandLine::ForCurrentProcess(),
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 78 return CommandLine::ForCurrentProcess()->HasSwitch("enable-gpu");
148 if (!CommandLine::ForCurrentProcess()->HasSwitch(
151 CommandLine::StringType flags =
152 CommandLine::ForCurrentProcess()->GetSwitchValueNative(
155 CommandLine::StringType::size_type colon_pos = flags.find_last_of(':');
156 CommandLine::StringType::size_type num_pos = colon_pos + 1;
181 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 292 CommandLine::ForCurrentProcess()->GetSwitchValueNative("plugin-path");
301 const CommandLine& command = *CommandLine::ForCurrentProcess();
612 const CommandLine& command = *CommandLine::ForCurrentProcess();
661 const CommandLine& command = *CommandLine::ForCurrentProcess();

Completed in 1770 milliseconds

<<31323334353637383940>>