HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 1 - 25 of 2577) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.cc 12 CommandLine CommandLineFromParameters(const wchar_t* params) {
13 CommandLine command_line(CommandLine::NO_PROGRAM);
25 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
26 const CommandLine& params,
28 CommandLine chrome_cmd(params);
41 CommandLine cmd_line(CommandLine::NO_PROGRAM);
delegate_execute_util.h 17 // Returns a CommandLine with an empty program parsed from |params|.
18 CommandLine CommandLineFromParameters(const wchar_t* params);
20 // Returns a CommandLine to launch |chrome_exe| with all switches and arguments
22 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
23 const CommandLine& params,
  /external/chromium_org/ui/base/
ui_base_switches_util.cc 14 return !CommandLine::ForCurrentProcess()->HasSwitch(
17 return CommandLine::ForCurrentProcess()->HasSwitch(
24 return !CommandLine::ForCurrentProcess()->HasSwitch(
27 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/content/child/
runtime_features.h 8 class CommandLine;
13 const CommandLine& command_line);
  /external/chromium_org/base/
command_line.cc 25 CommandLine* CommandLine::current_process_commandline_ = NULL;
28 const CommandLine::CharType kSwitchTerminator[] = FILE_PATH_LITERAL("--");
29 const CommandLine::CharType kSwitchValueSeparator[] = FILE_PATH_LITERAL("=");
37 const CommandLine::CharType* const kSwitchPrefixes[] = {L"--", L"-", L"/"};
40 const CommandLine::CharType* const kSwitchPrefixes[] = {"--", "-"};
44 size_t GetSwitchPrefixLength(const CommandLine::StringType& string) {
46 CommandLine::StringType prefix(kSwitchPrefixes[i]);
55 bool IsSwitch(const CommandLine::StringType& string,
56 CommandLine::StringType* switch_string
    [all...]
command_line_unittest.cc 20 static const CommandLine::StringType kTrickyQuoted =
24 static const CommandLine::StringType kTricky =
28 const CommandLine::CharType* argv[] = {
47 CommandLine cl(arraysize(argv), argv);
80 const CommandLine::StringVector& args = cl.GetArgs();
83 std::vector<CommandLine::StringType>::const_iterator iter = args.begin();
105 CommandLine cl = CommandLine::FromString(
145 const CommandLine::StringVector& args = cl.GetArgs();
148 std::vector<CommandLine::StringType>::const_iterator iter = args.begin()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.h 10 class CommandLine;
19 const CommandLine& base_command_line,
20 CommandLine* command_line);
  /external/chromium_org/chrome/test/mini_installer_test/
switch_builder.h 13 // Builds commandline arguments for Chrome installation.
19 const CommandLine& GetSwitches() const;
27 CommandLine switches_;
  /external/chromium_org/tools/android/common/
daemon.h 8 class CommandLine;
12 bool HasHelpSwitch(const CommandLine& command_line);
14 bool HasNoSpawnDaemonSwitch(const CommandLine& command_line);
  /external/chromium_org/chrome/browser/app_mode/
app_mode_utils.cc 42 CommandLine* command_line = CommandLine::ForCurrentProcess();
48 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /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...]
  /external/kernel-headers/original/linux/
config.h 4 * autoconf.h is now included via -imacros on the commandline
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.h 9 class CommandLine;
13 int DiagnosticsMain(const CommandLine& command_line);
  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.h 11 class CommandLine;
17 virtual void SetUpCommandLine(CommandLine* command_line);
extension_webnavigation_apitest.cc 16 CommandLine::ForCurrentProcess()->AppendSwitch(
25 CommandLine::ForCurrentProcess()->AppendSwitch(
34 CommandLine::ForCurrentProcess()->AppendSwitch(
43 CommandLine::ForCurrentProcess()->AppendSwitch(
52 CommandLine::ForCurrentProcess()->AppendSwitch(
61 CommandLine::ForCurrentProcess()->AppendSwitch(
70 CommandLine::ForCurrentProcess()->AppendSwitch(
79 CommandLine::ForCurrentProcess()->AppendSwitch(
88 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/common/
nacl_cmd_line.h 9 class CommandLine;
14 void CopyNaClCommandLineArguments(CommandLine* cmd_line);
profiling.cc 20 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
43 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
62 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
76 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
107 const CommandLine& command_line = *CommandLine::ForCurrentProcess()
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
component_updater_configurator.h 10 class CommandLine;
19 const CommandLine* cmdline, net::URLRequestContextGetter* context_getter);
  /external/chromium_org/cloud_print/service/win/
service_utils.h 8 class CommandLine;
14 void CopyChromeSwitchesFromCurrentProcess(CommandLine* destination);
  /external/chromium_org/components/nacl/common/
nacl_cmd_line.h 8 class CommandLine;
13 void CopyNaClCommandLineArguments(CommandLine* cmd_line);
  /external/chromium/base/
command_line.cc 23 CommandLine* CommandLine::current_process_commandline_ = NULL;
26 typedef CommandLine::StringType::value_type CharType;
93 bool IsSwitch(const CommandLine::StringType& parameter_string,
95 CommandLine::StringType* switch_value) {
100 CommandLine::StringType prefix(kSwitchPrefixes[i]);
107 CommandLine::StringType switch_native;
108 if (equals_position == CommandLine::StringType::npos) {
130 CommandLine::CommandLine(NoProgram no_program)
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentCommandLineTest.java 10 import org.chromium.base.CommandLine;
37 CommandLine.reset();
41 assertFalse(CommandLine.getInstance().isNativeImplementation());
53 assertTrue(CommandLine.getInstance().isNativeImplementation());
57 CommandLine cl = CommandLine.getInstance();
72 CommandLine cl = CommandLine.getInstance();
98 CommandLine cl = CommandLine.getInstance()
    [all...]
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 21 explicit TestCommandLinePrefStore(CommandLine* cl)
46 CommandLine cl(CommandLine::NO_PROGRAM);
60 CommandLine cl(CommandLine::NO_PROGRAM);
70 CommandLine cl(CommandLine::NO_PROGRAM);
82 CommandLine cl(CommandLine::NO_PROGRAM);
112 CommandLine cl(CommandLine::NO_PROGRAM)
    [all...]
  /external/chromium/chrome/browser/first_run/
upgrade_util.h 9 class CommandLine;
13 void SetNewCommandLine(CommandLine* new_command_line);
21 bool RelaunchChromeBrowser(const CommandLine& command_line);
  /external/chromium/chrome/browser/resources/shared/js/cr/
command_line.js 6 * @fileoverview CommandLine class, parses out individual options from a
36 function CommandLine(commandLineString) {
44 CommandLine.prototype.toString = function() {
57 CommandLine.prototype.parseOptions_ = function(ary) {
81 var commandLine = null;
83 commandLine = new CommandLine(chrome.commandLineString);
86 'cr.commandLine');
90 CommandLine: CommandLine,
    [all...]

Completed in 2220 milliseconds

1 2 3 4 5 6 7 8 91011>>