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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.h 9 class CommandLine;
13 int DiagnosticsMain(const CommandLine& command_line);
  /external/chromium/chrome/browser/
jankometer.h 9 class CommandLine;
18 void InstallJankometer(const CommandLine& parsed_command_line);
browser_main_win.h 11 class CommandLine;
22 void PrepareRestartOnCrashEnviroment(const CommandLine& parsed_command_line);
26 bool RegisterApplicationRestart(const CommandLine& parsed_command_line);
32 int HandleIconsCommands(const CommandLine& parsed_command_line);
jankometer_mac.cc 7 void InstallJankometer(const CommandLine& parsed_command_line) {
  /external/chromium/chrome/browser/prerender/
prerender_field_trial.h 8 class CommandLine;
15 void ConfigurePrefetchAndPrerender(const CommandLine& command_line);
  /external/chromium/chrome/common/
nacl_cmd_line.h 9 class CommandLine;
14 void CopyNaClCommandLineArguments(CommandLine* cmd_line);
sandbox_policy.h 11 class CommandLine;
22 base::ProcessHandle StartProcessWithAccess(CommandLine* cmd_line,
logging_chrome.h 14 class CommandLine;
36 void InitChromeLogging(const CommandLine& command_line,
41 FilePath GetSessionLogFile(const CommandLine& command_line);
44 void RedirectChromeLogging(const CommandLine& command_line);
switch_utils.h 18 std::map<std::string, CommandLine::StringType>* switches);
switch_utils_unittest.cc 15 CommandLine cmd_line = CommandLine::FromString(
35 CommandLine cmd_line(arraysize(argv), argv);
38 std::map<std::string, CommandLine::StringType> switches =
  /external/webkit/Source/WebKit2/PluginProcess/
PluginProcessMain.h 33 class CommandLine;
35 int PluginProcessMain(const CommandLine&);
  /external/webkit/Source/WebKit2/WebProcess/
WebProcessMain.h 33 class CommandLine;
35 int WebProcessMain(const CommandLine&);
  /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);
upgrade_util_win.h 9 class CommandLine;
23 bool DoUpgradeTasks(const CommandLine& command_line);
upgrade_util.cc 12 CommandLine* command_line;
18 void SetNewCommandLine(CommandLine* new_command_line) {
first_run_gtk.cc 26 const CommandLine& cmdline = *CommandLine::ForCurrentProcess();
27 CommandLine import_cmd(cmdline.GetProgram());
40 import_cmd.CommandLine::AppendSwitchPath(switches::kImportFromFile,
  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.h 11 class CommandLine;
17 virtual void SetUpCommandLine(CommandLine* command_line);
extensions_startup.h 12 class CommandLine;
27 bool PackExtension(const CommandLine& cmd_line);
32 bool UninstallExtension(const CommandLine& cmd_line, Profile* profile);
extension_clipboard_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_debugger_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_devtools_browsertest.cc 10 void ExtensionDevToolsBrowserTest::SetUpCommandLine(CommandLine* command_line) {
extension_input_apitest.cc 10 CommandLine::ForCurrentProcess()->AppendSwitch(
extension_webrequest_apitest.cc 20 CommandLine::ForCurrentProcess()->AppendSwitch(
27 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.h 15 class CommandLine;
27 bool CreatePrintDialogFromCommandLine(const CommandLine& command_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...]

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 91011>>