HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 151 - 175 of 341) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/
intranet_redirect_detector.cc 70 const CommandLine* cmd_line = CommandLine::ForCurrentProcess();
background_mode_manager_win.cc 79 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUserDataDir))
bug_report_util.cc 205 if (CommandLine::ForCurrentProcess()->
207 post_url = GURL(CommandLine::ForCurrentProcess()->
335 if (!CommandLine::ForCurrentProcess()->HasSwitch(
341 if (zipped_logs_data && CommandLine::ForCurrentProcess()->HasSwitch(
process_singleton_linux_uitest.cc 65 CommandLine CommandLineForUrl(const std::string& url) {
70 CommandLine* cmd_line = CommandLine::ForCurrentProcess();
74 CommandLine new_cmd_line(*cmd_line);
80 // |url| will be added to CommandLine for current process, so that it can be
90 // |url| will be added to CommandLine for current process, so that it can be
background_contents_service_unittest.cc 29 command_line_.reset(new CommandLine(CommandLine::NO_PROGRAM));
52 scoped_ptr<CommandLine> command_line_;
background_mode_manager.cc 41 CommandLine* command_line)
68 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kKeepAliveForTest))
368 const CommandLine* command_line) {
content_setting_bubble_model_unittest.cc 101 CommandLine* cmd = CommandLine::ForCurrentProcess();
102 AutoReset<CommandLine> auto_reset(cmd, *cmd);
  /external/chromium/chrome/browser/net/
chrome_net_log.cc 68 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
chrome_cookie_policy.cc 21 CommandLine::ForCurrentProcess()->HasSwitch(
proxy_service_factory.cc 57 const CommandLine& command_line) {
  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 40 CommandLine* command_line = CommandLine::ForCurrentProcess();
cloud_policy_subsystem.cc 57 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium/chrome/browser/prefs/
pref_service_unittest.cc 221 CommandLine command_line(CommandLine::NO_PROGRAM);
261 CommandLine command_line(CommandLine::NO_PROGRAM);
295 CommandLine command_line(CommandLine::NO_PROGRAM);
324 CommandLine command_line(CommandLine::NO_PROGRAM);
pref_service_mock_builder.cc 93 PrefServiceMockBuilder::WithCommandLine(CommandLine* command_line) {
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 30 command_line_.reset(new CommandLine(program_path));
88 scoped_ptr<CommandLine> command_line_;
  /external/chromium/chrome/browser/ui/webui/options/
language_options_handler_common.cc 97 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium/net/test/
test_server_win.cc 26 bool LaunchTestServerAsJob(const CommandLine& cmdline,
148 CommandLine python_command(python_exe);
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMainMac.mm 29 #import "CommandLine.h"
59 int WebProcessMain(const CommandLine& commandLine)
63 String serviceName = commandLine["servicename"];
75 String localization = commandLine["localization"];
  /external/chromium/base/
process_util.h 41 class CommandLine;
300 BASE_API bool LaunchApp(const CommandLine& cl, bool wait, bool start_hidden,
307 BASE_API bool GetAppOutput(const CommandLine& cl, std::string* output);
313 bool GetAppOutputRestricted(const CommandLine& cl,
  /external/chromium/chrome/browser/extensions/
app_background_page_apitest.cc 19 void SetUpCommandLine(CommandLine* command_line) {
convert_web_app_browsertest.cc 30 virtual void SetUpCommandLine(CommandLine* command_line) {
extension_browsertest.h 28 virtual void SetUpCommandLine(CommandLine* command_line);
extension_rlz_apitest.cc 40 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 34 CommandLine cl(*CommandLine::ForCurrentProcess());
54 bool debug_on_start = CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium/chrome/common/
service_process_util.cc 264 autorun_command_line_.reset(new CommandLine(exe_path));
270 const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();

Completed in 436 milliseconds

1 2 3 4 5 67 8 91011>>