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

  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 196 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
455 EXPECT_FALSE(LaunchBrowser(command_line, &profile_));
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 167 if (!LaunchBrowser(state))
202 bool ProxyLauncher::LaunchBrowser(const LaunchState& state) {
570 if (!LaunchBrowser(state)) {
571 LOG(ERROR) << "Failed to LaunchBrowser";
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc 321 bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
542 bool should_run_loop = LaunchBrowser(command_line, profile);
592 bool should_run_loop = LaunchBrowser(command_line, profile);
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 207 // StartupBrowserCreator::LaunchBrowser.
252 bool StartupBrowserCreator::LaunchBrowser(
652 if (!browser_creator->LaunchBrowser(command_line, last_used_profile,
679 if (!browser_creator->LaunchBrowser((*it == last_used_profile) ?
  /external/chromium_org/chrome/test/ui/
ui_test.cc 212 void UITestBase::LaunchBrowser() {
213 LaunchBrowser(launch_arguments_, clear_profile_);
230 void UITestBase::LaunchBrowser(const CommandLine& arguments,
234 ASSERT_TRUE(launcher_->LaunchBrowser(state));
  /external/chromium/chrome/browser/ui/
browser_init.cc 519 bool BrowserInit::LaunchBrowser(const CommandLine& command_line,
    [all...]
  /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...]

Completed in 274 milliseconds