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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/prefs/
command_line_pref_store_unittest.cc 26 explicit TestCommandLinePrefStore(CommandLine* cl)
65 CommandLine cl(CommandLine::NO_PROGRAM);
78 CommandLine cl(CommandLine::NO_PROGRAM);
88 CommandLine cl(CommandLine::NO_PROGRAM);
100 CommandLine cl(CommandLine::NO_PROGRAM);
130 CommandLine cl(CommandLine::NO_PROGRAM)
    [all...]
command_line_pref_store.h 17 explicit CommandLinePrefStore(const CommandLine* command_line);
61 const CommandLine* command_line_;
incognito_mode_prefs.h 10 class CommandLine;
55 static bool ShouldLaunchIncognito(const CommandLine& command_line,
pref_service_syncable_factory.h 10 class CommandLine;
36 void SetCommandLine(CommandLine* command_line);
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.h 27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
  /external/chromium_org/chrome/installer/setup/
run_all_unittests.cc 15 if (CommandLine::ForCurrentProcess()->HasSwitch(kAdjustProcessPriority))
  /external/chromium_org/chrome/test/security_tests/
sandbox_browsertest_win.cc 15 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/extensions/common/
feature_switch.h 12 class CommandLine;
53 FeatureSwitch(const CommandLine* command_line,
67 void Init(const CommandLine* command_line,
71 const CommandLine* command_line_;
  /external/chromium_org/gpu/
angle_unittest_main.cc 18 CommandLine::Init(argc, argv);
  /external/chromium_org/tools/perf/clear_system_cache/
clear_system_cache_main.cc 25 CommandLine::Init(argc, argv);
26 const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess();
28 const CommandLine::StringVector& args = parsed_command_line.GetArgs();
  /external/chromium_org/ui/views/examples/
examples_main.cc 12 CommandLine::Init(argc, argv);
  /external/chromium_org/ash/shell/content_client/
shell_main_delegate.cc 22 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/base/android/
command_line_android.cc 26 CommandLine extra_command_line(vec);
27 CommandLine::ForCurrentProcess()->AppendArguments(extra_command_line,
34 CommandLine::Reset();
39 return CommandLine::ForCurrentProcess()->HasSwitch(switch_string);
44 std::string value(CommandLine::ForCurrentProcess()->GetSwitchValueNative(
54 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string);
61 CommandLine::ForCurrentProcess()->AppendSwitchASCII(switch_string,
76 CommandLine::Init(0, NULL);
  /external/chromium_org/base/test/
multiprocess_test.h 16 class CommandLine;
75 virtual CommandLine MakeCmdLine(const std::string& procname,
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_util.h 11 class CommandLine;
24 void GtkInitFromCommandLine(const CommandLine& command_line);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 21 class CommandLine;
40 bool Start(const CommandLine& cmd_line,
57 const CommandLine& command_line,
75 bool LaunchBrowser(const CommandLine& command_line,
88 const CommandLine& command_line,
124 const CommandLine& command_line,
128 static bool ProcessCmdLineImpl(const CommandLine& command_line,
138 const CommandLine& command_line,
  /external/chromium_org/chrome/installer/gcapi/
gcapi_dll.cc 18 // CommandLine and Logging components needed by functions in the DLL.
24 CommandLine::Init(0, NULL);
29 CommandLine::Reset();
  /external/chromium_org/chrome/installer/util/
chrome_browser_sxs_operations.cc 15 CommandLine* cmd_line) const {
24 CommandLine* cmd_line) const {
user_experiment.h 14 class CommandLine;
55 void LaunchBrowserUserExperiment(const CommandLine& base_command,
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 22 CommandLine::Init(0, NULL);
25 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/remoting/host/
usage_stats_consent_mac.cc 24 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/base/touch/
touch_enabled.cc 15 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/common/
switch_utils_unittest.cc 13 const CommandLine::CharType* argv[] = {
20 CommandLine cmd_line(arraysize(argv), argv);
23 std::map<std::string, CommandLine::StringType> switches =
37 CommandLine cmd_line = CommandLine::FromString(
46 std::map<std::string, CommandLine::StringType> switches =
  /external/chromium_org/chrome_frame/
chrome_launcher_utils.cc 27 bool CreateChromeLauncherCommandLine(scoped_ptr<CommandLine>* command_line) {
38 command_line->reset(new CommandLine(chrome_launcher));
58 scoped_ptr<CommandLine>* command_line) {
71 bool CreateLaunchCommandLine(scoped_ptr<CommandLine>* command_line) {
76 command_line->reset(new CommandLine(GetChromeExecutablePath()));
83 const CommandLine& additional_params =
  /external/chromium_org/tools/gn/
gn_main.cc 23 std::vector<std::string> GetArgs(const CommandLine& cmdline) {
24 CommandLine::StringVector in_args = cmdline.GetArgs();
40 CommandLine::set_slash_is_not_a_switch();
42 CommandLine::Init(argc, argv);
44 const CommandLine& cmdline = *CommandLine::ForCurrentProcess();

Completed in 1327 milliseconds

1 2 3 45 6 7 8 91011>>