HomeSort by relevance Sort by last modified time
    Searched full:commandline (Results 51 - 75 of 2662) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/dom_distiller/
profile_utils.cc 16 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/media/
test_license_server_config.h 13 class CommandLine;
30 virtual bool GetServerCommandLine(base::CommandLine* command_line) = 0;
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_factory.h 13 class CommandLine;
31 static bool UseSyncedNotifications(base::CommandLine* command_line);
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable_factory.h 13 class CommandLine;
39 void SetCommandLine(base::CommandLine* command_line);
  /external/chromium_org/chrome/installer/util/
chrome_browser_sxs_operations.cc 15 CommandLine* cmd_line) const {
24 CommandLine* cmd_line) const {
chrome_browser_sxs_operations.h 20 base::CommandLine* cmd_line) const OVERRIDE;
23 base::CommandLine* cmd_line) const OVERRIDE;
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 22 CommandLine::Init(0, NULL);
25 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(
  /external/chromium_org/chrome/service/
service_process_unittest.cc 21 CommandLine command_line(CommandLine::NO_PROGRAM);
  /external/chromium_org/chrome/test/perf/
browser_perf_test.h 11 class CommandLine;
21 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/content/common/
content_switches_internal.cc 17 const base::CommandLine& command_line =
18 *base::CommandLine::ForCurrentProcess();
sandbox_win.h 12 class CommandLine;
25 void SetJobLevel(const base::CommandLine& cmd_line,
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceUtils.java 9 import org.chromium.base.CommandLine;
24 CommandLine.getInstance().appendSwitch(ContentSwitches.USE_MOBILE_UA);
  /external/chromium_org/net/test/
python_utils.h 11 class CommandLine;
25 bool GetPythonCommand(base::CommandLine* python_cmd) WARN_UNUSED_RESULT;
  /external/chromium_org/ui/base/touch/
touch_enabled.cc 15 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/compositor/test/
context_factories_for_test.cc 27 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/ui/native_theme/
native_theme_switches.cc 21 const CommandLine& command_line = *CommandLine::ForCurrentProcess();
  /external/chromium_org/android_webview/common/
aw_switches.cc 14 CommandLine::ForCurrentProcess()->HasSwitch(kForceAuxiliaryBitmap);
  /external/chromium_org/athena/util/
switches.cc 14 return base::CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/browser/chromeos/policy/
ticl_device_settings_provider.cc 19 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/browser/chromeos/settings/
owner_flags_storage.cc 55 CommandLine command_line(CommandLine::NO_PROGRAM);
58 CommandLine::StringVector switches = command_line.argv();
59 for (CommandLine::StringVector::const_iterator it = switches.begin() + 1;
  /external/chromium_org/chrome/browser/extensions/
startup_helper.h 14 class CommandLine;
33 bool PackExtension(const base::CommandLine& cmd_line);
39 bool ValidateCrx(const base::CommandLine& cmd_line, std::string* error);
44 bool InstallEphemeralApp(const base::CommandLine& cmd_line, Profile* profile);
  /external/chromium_org/chrome/common/
switch_utils.h 17 std::map<std::string, base::CommandLine::StringType>* switches);
  /external/chromium_org/content/shell/app/
shell_main_delegate_mac.mm 23 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kProcessType))
33 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
45 const CommandLine::StringVector& original_argv =
46 CommandLine::ForCurrentProcess()->argv();
  /external/chromium_org/remoting/tools/
breakpad_tester_win.cc 37 base::CommandLine::Init(argc, argv);
43 const base::CommandLine* command_line =
44 base::CommandLine::ForCurrentProcess();
51 base::CommandLine::StringVector args = command_line->GetArgs();
  /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();

Completed in 342 milliseconds

1 23 4 5 6 7 8 91011>>