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

  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h 75 bool LaunchBrowser(const CommandLine& command_line,
startup_browser_creator.cc 212 // StartupBrowserCreator::LaunchBrowser.
268 bool StartupBrowserCreator::LaunchBrowser(
692 if (!browser_creator->LaunchBrowser(command_line, last_used_profile,
725 if (!browser_creator->LaunchBrowser((*it == last_used_profile) ?
  /external/chromium/chrome/browser/ui/
browser_init.h 67 bool LaunchBrowser(const CommandLine& command_line, Profile* profile,
browser_init.cc 519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line,
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 45 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(),
login_utils.cc 326 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(),
    [all...]
  /external/chromium_org/chrome/test/automation/
proxy_launcher.h 92 // TODO(phajdan.jr): Make LaunchBrowser private.
93 bool LaunchBrowser(const LaunchState& state) WARN_UNUSED_RESULT;
proxy_launcher.cc 168 if (!LaunchBrowser(state))
203 bool ProxyLauncher::LaunchBrowser(const LaunchState& state) {
572 if (!LaunchBrowser(state)) {
573 LOG(ERROR) << "Failed to LaunchBrowser";
  /external/chromium_org/chrome/test/ui/
ui_test.h 51 void LaunchBrowser();
73 // TODO(phajdan.jr): Make LaunchBrowser private.
74 void LaunchBrowser(const CommandLine& cmdline, bool clear_profile);
ui_test.cc 213 void UITestBase::LaunchBrowser() {
214 LaunchBrowser(launch_arguments_, clear_profile_);
231 void UITestBase::LaunchBrowser(const CommandLine& arguments,
235 ASSERT_TRUE(launcher_->LaunchBrowser(state));
  /external/chromium_org/chrome_frame/test/
test_with_web_server.cc 172 bool ChromeFrameTestWithWebServer::LaunchBrowser(BrowserKind browser,
262 ASSERT_TRUE(LaunchBrowser(browser, page));
731 ASSERT_TRUE(LaunchBrowser(IE, kInstallFlowTestUrl));
791 ASSERT_TRUE(LaunchBrowser(IE, server.FormatHttpPath(kPages[0]).c_str()));
824 ASSERT_TRUE(LaunchBrowser(IE, server.FormatHttpPath(kPages[0]).c_str()));
942 ASSERT_TRUE(LaunchBrowser(IE, server.FormatHttpPath(kPages[0]).c_str()));
    [all...]
test_with_web_server.h 180 bool LaunchBrowser(BrowserKind browser, const wchar_t* url);
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 121 browser_creator.LaunchBrowser(command_line, profile, base::FilePath(),
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 323 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
549 bool should_run_loop = LaunchBrowser(command_line, profile);
599 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/chrome/browser/chromeos/login/
login_utils.cc 590 browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(),

Completed in 1519 milliseconds