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

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
extensions_startup.cc 50 bool ExtensionsStartupUtil::PackExtension(const CommandLine& cmd_line) {
69 bool ExtensionsStartupUtil::UninstallExtension(const CommandLine& cmd_line,
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_host_win.cc 36 CommandLine* cmd_line = new CommandLine(nacl_path);
  /external/chromium/chrome/browser/prefs/
pref_service_mock_builder.h 14 class CommandLine;
50 PrefServiceMockBuilder& WithCommandLine(CommandLine* command_line);
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 37 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/base/test/
test_timeouts.cc 35 if (CommandLine::ForCurrentProcess()->HasSwitch(switch_name)) {
37 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switch_name));
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 34 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
143 CommandLine* command_line = CommandLine::ForCurrentProcess();
144 CommandLine::StringVector args = command_line->GetArgs();
145 CommandLine::StringVector argv = command_line->argv();
153 CommandLine* command_line = CommandLine::ForCurrentProcess();
197 CommandLine* command_line) {
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run.cc 60 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 18 class CommandLine;
53 const CommandLine& command_line);
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller.cc 61 int DiagnosticsController::Run(const CommandLine& command_line,
73 int DiagnosticsController::RunRecovery(const CommandLine& command_line,
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_manager_unittest.cc 41 command_line_(CommandLine::NO_PROGRAM) {
55 CommandLine command_line_;
  /external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.h 15 class CommandLine;
36 virtual bool AreExtensionsDisabled(const CommandLine& command_line,
external_provider_impl_chromeos_unittest.cc 75 CommandLine* command = CommandLine::ForCurrentProcess();
pack_extension_unittest.cc 35 CommandLine command_line(CommandLine::NO_PROGRAM);
  /external/chromium_org/chrome/browser/first_run/
first_run.h 13 class CommandLine;
90 bool IsFirstRunSuppressed(const CommandLine& command_line);
upgrade_util_win.cc 115 bool RelaunchChromeHelper(const CommandLine& command_line,
159 CommandLine relaunch_cmd(CommandLine::NO_PROGRAM);
194 bool RelaunchChromeBrowser(const CommandLine& command_line) {
198 bool RelaunchChromeWithMode(const CommandLine& command_line,
234 const CommandLine& cmd_line = *CommandLine::ForCurrentProcess();
272 bool DoUpgradeTasks(const CommandLine& command_line) {
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle_browsertest.cc 38 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
49 CommandLine* command_line) {
  /external/chromium_org/chrome/browser/net/
chrome_net_log.cc 22 const CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/plugins/
plugins_resource_service.cc 28 return CommandLine::ForCurrentProcess()->HasSwitch(
45 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.h 36 AppListServiceImpl(const CommandLine& command_line,
85 CommandLine command_line_;
app_list_service_unittest.cc 26 TestingAppListServiceImpl(const CommandLine& command_line,
81 SetupWithCommandLine(CommandLine(CommandLine::NO_PROGRAM));
84 void SetupWithCommandLine(const CommandLine& command_line) {
168 CommandLine command_line(CommandLine::NO_PROGRAM);
176 CommandLine command_line(CommandLine::NO_PROGRAM);
  /external/chromium_org/chrome/browser/ui/ash/
ash_init.cc 42 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kOpenAsh);
81 if (!CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/browser/ui/gtk/
chrome_browser_main_extra_parts_gtk.cc 28 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
reset_screen_handler.cc 73 if (CommandLine::ForCurrentProcess()->HasSwitch(
108 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/common/
service_process_util.h 17 class CommandLine;
141 scoped_ptr<CommandLine> autorun_command_line_;
service_process_util_posix.h 26 class CommandLine;
27 CFDictionaryRef CreateServiceProcessLaunchdPlist(CommandLine* cmd_line,

Completed in 1195 milliseconds

<<11121314151617181920>>