Home
last modified time | relevance | path

Searched refs:OpenExternal (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/
Dplatform_util_android.cc21 void OpenExternal(Profile* profile, const GURL& url) { in OpenExternal() function
Dplatform_util.h35 void OpenExternal(Profile* profile, const GURL& url);
Dplatform_util_chromeos.cc33 void OpenExternal(Profile* profile, const GURL& url) { in OpenExternal() function
Dplatform_util_linux.cc80 void OpenExternal(Profile* profile, const GURL& url) { in OpenExternal() function
Dplatform_util_win.cc203 void OpenExternal(Profile* profile, const GURL& url) { in OpenExternal() function
Dplatform_util_mac.mm122 void OpenExternal(Profile* profile, const GURL& url) {
/external/chromium_org/chrome/browser/ui/views/
Dfirst_run_dialog.cc140 platform_util::OpenExternal(profile_, GURL(chrome::kLearnMoreReportingURL)); in LinkClicked()
/external/chromium_org/chrome/browser/external_protocol/
Dexternal_protocol_handler.cc303 platform_util::OpenExternal( in LaunchUrlWithoutSecurityCheck()
/external/chromium_org/chrome/browser/ui/apps/
Dchrome_app_delegate.cc99 platform_util::OpenExternal(profile, params_.url); in SetDefaultWebClientUIState()
/external/chromium_org/chrome/browser/ui/
Dbrowser_commands.cc927 platform_util::OpenExternal(browser->profile(), GURL(mailto)); in EmailPageLocation()