HomeSort by relevance Sort by last modified time
    Searched full:launchbrowser (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetProvider.java 83 PendingIntent launchBrowser = PendingIntent.getActivity(context, 0,
93 views.setOnClickPendingIntent(R.id.app_shortcut, launchBrowser);
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 70 browser_creator.LaunchBrowser(command_line, profile, base::FilePath(),
profile_metrics.cc 230 UMA_HISTOGRAM_ENUMERATION("Profile.LaunchBrowser",
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 43 // Thin wrapper around BrowserInit::LaunchBrowser(). Meant to be used in a
login_utils.cc 590 browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(),
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 35 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(),
login_utils.h 56 // Thin wrapper around StartupBrowserCreator::LaunchBrowser(). Meant to be
user_manager.h 142 // browser_creator.LaunchBrowser(...) was called after user sign in.
296 // browser_creator.LaunchBrowser(...) was called after sign in
login_utils.cc 289 browser_creator.LaunchBrowser(*CommandLine::ForCurrentProcess(),
  /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 167 if (!LaunchBrowser(state))
202 bool ProxyLauncher::LaunchBrowser(const LaunchState& state) {
570 if (!LaunchBrowser(state)) {
571 LOG(ERROR) << "Failed to LaunchBrowser";
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 80 private boolean launchBrowser = false;
379 if (launchBrowser) {
380 launchBrowser = false;
381 launchBrowser(mBrowserSettings);
554 launchBrowser = true;
716 private void launchBrowser(BrowserSettings settings) {
    [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...]
test_with_web_server.h 180 bool LaunchBrowser(BrowserKind browser, const wchar_t* url);
  /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/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 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_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/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) ?
startup_browser_creator.h 75 bool LaunchBrowser(const CommandLine& command_line,
  /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/chrome/browser/
process_singleton_uitest.cc 216 // don't use UITest::LaunchBrowser.
  /external/chromium_org/chrome/browser/
process_singleton_browsertest.cc 217 // don't use UITest::LaunchBrowser.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 678 CatLog.d(this, "process LaunchBrowser");
    [all...]

Completed in 2134 milliseconds

1 2