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

<<11121314151617181920>>

  /external/chromium/chrome/browser/
background_contents_service_factory.cc 35 CommandLine::ForCurrentProcess());
  /external/chromium/chrome/browser/first_run/
first_run.h 17 class CommandLine;
63 static int ImportNow(Profile* profile, const CommandLine& cmdline);
180 static int ImportFromBrowser(Profile* profile, const CommandLine& cmdline);
188 static int ImportFromFile(Profile* profile, const CommandLine& cmdline);
upgrade_util_linux.cc 25 bool RelaunchChromeBrowser(const CommandLine& command_line) {
  /external/chromium_org/ash/host/
root_window_host_factory_win.cc 23 !CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 33 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
56 CommandLine::ForCurrentProcess()->
61 CommandLine::ForCurrentProcess()->
66 CommandLine::ForCurrentProcess()->
  /external/chromium_org/chrome/browser/extensions/api/command_line_private/
command_line_private_api.cc 35 CommandLine::ForCurrentProcess()->HasSwitch(params->name));
  /external/chromium_org/chrome/browser/extensions/
external_component_loader.cc 25 if (CommandLine::ForCurrentProcess()->
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_aura.cc 45 if (!CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/browser/
process_singleton.h 35 class CommandLine;
64 const CommandLine& command_line,
105 NotifyResult NotifyOtherProcessWithTimeout(const CommandLine& command_line,
109 const CommandLine& command_line,
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 19 class CommandLine;
48 const CommandLine& command_line,
51 const CommandLine& command_line,
162 const CommandLine& command_line_;
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.h 37 CommandLine::StringVector argv_;
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui_browsertest.h 27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
geolocation_options_handler.cc 34 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/chrome/common/
chrome_content_client_unittest.cc 69 CommandLine::Reset();
70 CommandLine::Init(1, kArguments);
71 CommandLine* command_line = CommandLine::ForCurrentProcess();
switch_utils.cc 27 std::map<std::string, CommandLine::StringType>* switch_list) {
  /external/chromium_org/chrome/test/base/
chrome_test_launcher.cc 69 CommandLine* command_line, const base::FilePath& temp_data_dir) OVERRIDE {
70 CommandLine new_command_line(command_line->GetProgram());
71 CommandLine::SwitchMap switches = command_line->GetSwitches();
76 for (CommandLine::SwitchMap::const_iterator iter = switches.begin();
  /external/chromium_org/chrome_frame/test/reliability/
reliability_test_suite.h 21 SetPageRange(*CommandLine::ForCurrentProcess());
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl.cc 44 !CommandLine::ForCurrentProcess()->HasSwitch(
50 if (CommandLine::ForCurrentProcess()->HasSwitch(
79 if (CommandLine::ForCurrentProcess()->HasSwitch(
118 CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/content/common/gpu/media/
h264_parser_unittest.cc 77 CommandLine::Init(argc, argv);
79 const CommandLine::SwitchMap& switches =
80 CommandLine::ForCurrentProcess()->GetSwitches();
81 for (CommandLine::SwitchMap::const_iterator it = switches.begin();
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_android.cc 25 const CommandLine& command_line = parameters_.command_line;
  /external/chromium_org/content/shell/android/browsertests_apk/
content_browser_tests_android.cc 59 CommandLine::Init(arraysize(kInitialArgv), kInitialArgv);
74 CommandLine* command_line = CommandLine::ForCurrentProcess();
75 command_line->AppendArguments(CommandLine(argc, &argv[0]), false);
  /external/chromium_org/gin/shell/
gin_main.cc 61 CommandLine::Init(argc, argv);
76 CommandLine::StringVector args = CommandLine::ForCurrentProcess()->GetArgs();
77 for (CommandLine::StringVector::const_iterator it = args.begin();
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 20 if (CommandLine::ForCurrentProcess()->HasSwitch(
  /external/chromium_org/mojo/shell/desktop/
mojo_main.cc 16 CommandLine::Init(argc, argv);
  /external/chromium_org/rlz/test/
rlz_unittest_main.cc 21 CommandLine::Init(argc, argv);

Completed in 295 milliseconds

<<11121314151617181920>>