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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/
startup_helper_browsertest.cc 20 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
46 CommandLine command_line(CommandLine::NO_PROGRAM);
window_open_interactive_apitest.cc 10 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.h 23 virtual void ReadOptions(const base::CommandLine& uninstall_command,
35 base::CommandLine* cmd_line) const OVERRIDE;
38 base::CommandLine* cmd_line) const OVERRIDE;
chrome_binaries_operations.h 23 virtual void ReadOptions(const base::CommandLine& uninstall_command,
35 base::CommandLine* cmd_line) const OVERRIDE;
38 base::CommandLine* cmd_line) const OVERRIDE;
chrome_browser_operations.h 22 virtual void ReadOptions(const base::CommandLine& uninstall_command,
34 base::CommandLine* cmd_line) const OVERRIDE;
37 base::CommandLine* cmd_line) const OVERRIDE;
chrome_frame_operations.h 22 virtual void ReadOptions(const base::CommandLine& uninstall_command,
34 base::CommandLine* cmd_line) const OVERRIDE;
37 base::CommandLine* cmd_line) const OVERRIDE;
  /external/chromium_org/chrome/tools/safe_browsing/
sb_sigutil.cc 28 CommandLine::Init(argc, argv);
30 CommandLine* cmd_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/cloud_print/gcp20/prototype/
gcp20_device.cc 53 CommandLine::Init(argc, argv);
59 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kHelp) ||
60 CommandLine::ForCurrentProcess()->HasSwitch(switches::kHelpShort)) {
  /external/chromium_org/extensions/shell/browser/
shell_content_browser_client.h 14 class CommandLine;
57 virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
68 void AppendRendererSwitches(base::CommandLine* command_line);
  /external/chromium_org/mojo/common/test/
multiprocess_test_helper.cc 36 base::CommandLine command_line(
76 CHECK(base::CommandLine::InitializedForCurrentProcess());
79 *base::CommandLine::ForCurrentProcess());
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_wrapper.cc 26 base::CommandLine::Init(argc, argv);
27 const base::CommandLine& command_line =
28 *base::CommandLine::ForCurrentProcess();
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.h 19 class CommandLine;
39 scoped_ptr<base::CommandLine> target_command);
61 scoped_ptr<base::CommandLine> target_command_;
  /external/chromium_org/ash/display/
display_layout_store.cc 16 CommandLine* command_line = CommandLine::ForCurrentProcess();
40 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.h 15 class CommandLine;
44 const base::CommandLine& parsed_command_line);
49 const base::CommandLine& parsed_command_line);
55 static int HandleIconsCommands(const base::CommandLine& parsed_command_line);
  /external/chromium_org/chrome/browser/extensions/api/command_line_private/
command_line_private_apitest.cc 15 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_extension_apitest.cc 12 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_apitest.cc 10 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
  /external/chromium_org/chrome/browser/invalidation/
profile_invalidation_provider_factory_browsertest.cc 55 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
71 CommandLine* command_line) {
91 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
106 CommandLine* command_line) {
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 25 class CommandLine;
43 bool Start(const base::CommandLine& cmd_line,
60 const base::CommandLine& command_line,
73 bool LaunchBrowser(const base::CommandLine& command_line,
86 const base::CommandLine& command_line,
122 const base::CommandLine& command_line,
126 static bool ProcessCmdLineImpl(const base::CommandLine& command_line,
136 const base::CommandLine& command_line,
174 const base::CommandLine& command_line);
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.h 27 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
  /external/chromium_org/chrome/common/
chrome_content_client_unittest.cc 69 CommandLine::Reset();
70 CommandLine::Init(1, kArguments);
71 CommandLine* command_line = CommandLine::ForCurrentProcess();
  /external/chromium_org/components/crash/app/
breakpad_mac.h 19 // CommandLine::Init has been called.
  /external/chromium_org/components/nacl/common/
nacl_nonsfi_util.cc 17 return CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/components/search/
search_android_unittest.cc 22 CommandLine::ForCurrentProcess()->AppendSwitch(
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 45 const base::CommandLine& command_line =
46 *base::CommandLine::ForCurrentProcess();
167 const base::CommandLine& command_line =
168 *base::CommandLine::ForCurrentProcess();
184 const base::CommandLine& command_line =
185 *base::CommandLine::ForCurrentProcess();
200 const base::CommandLine& command_line =
201 *base::CommandLine::ForCurrentProcess();
225 const base::CommandLine& command_line =
226 *base::CommandLine::ForCurrentProcess()
    [all...]

Completed in 2054 milliseconds

1 2 3 45 6 7 8 91011>>