HomeSort by relevance Sort by last modified time
    Searched refs:CommandLine (Results 1 - 25 of 1698) 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);
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.h 8 class CommandLine;
22 bool DoUpgradeTasks(const CommandLine& command_line);
upgrade_util.h 12 class CommandLine;
18 bool RelaunchChromeBrowser(const CommandLine& command_line);
24 bool RelaunchChromeWithModeSwitch(const CommandLine& command_line);
30 void SetNewCommandLine(CommandLine* new_command_line);
  /external/chromium_org/chrome/browser/
jankometer.h 8 class CommandLine;
17 void InstallJankometer(const CommandLine& parsed_command_line);
jankometer_android.cc 7 void InstallJankometer(const CommandLine& parsed_command_line) {
jankometer_mac.cc 7 void InstallJankometer(const CommandLine& parsed_command_line) {
browser_process_platform_part_base.h 10 class CommandLine;
22 const CommandLine& command_line);
chrome_browser_field_trials_desktop.h 11 class CommandLine;
21 void SetupDesktopFieldTrials(const CommandLine& parsed_command_line,
chrome_browser_field_trials_mobile.h 11 class CommandLine;
20 void SetupMobileFieldTrials(const CommandLine& parsed_command_line,
  /external/chromium_org/components/nacl/common/
nacl_cmd_line.h 8 class CommandLine;
13 void CopyNaClCommandLineArguments(CommandLine* cmd_line);
  /external/chromium_org/content/child/
runtime_features.h 8 class CommandLine;
13 const CommandLine& command_line);
  /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);
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.h 14 void SetPageRange(const CommandLine&);
  /external/chromium/chrome/browser/extensions/
extension_devtools_browsertest.h 11 class CommandLine;
17 virtual void SetUpCommandLine(CommandLine* command_line);
  /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/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/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(
33 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /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/chrome/browser/invalidation/
invalidation_service_util.h 10 class CommandLine;
15 notifier::NotifierOptions ParseNotifierOptions(const CommandLine& command_line);

Completed in 496 milliseconds

1 2 3 4 5 6 7 8 91011>>