HomeSort by relevance Sort by last modified time
    Searched refs:LaunchBrowser (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 73 bool LaunchBrowser(const base::CommandLine& command_line,
startup_browser_creator.cc 214 // StartupBrowserCreator::LaunchBrowser.
270 bool StartupBrowserCreator::LaunchBrowser(
638 if (!browser_creator->LaunchBrowser(command_line, last_used_profile,
671 if (!browser_creator->LaunchBrowser((*it == last_used_profile) ?
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 52 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(),
login_utils.cc 301 TRACE_EVENT0("login", "LaunchBrowser");
312 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(),
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 327 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
570 bool should_run_loop = LaunchBrowser(command_line, profile);
620 bool should_run_loop = LaunchBrowser(command_line, profile);
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 209 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
467 EXPECT_FALSE(LaunchBrowser(command_line, &profile_));
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 121 // up calling LaunchBrowser and opens a new window. If for whatever reason
217 browser_creator.LaunchBrowser(command_line, profile, base::FilePath(),

Completed in 394 milliseconds