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

  /external/chromium/chrome/browser/
external_protocol_handler.cc 129 void ExternalProtocolHandler::LaunchUrl(const GURL& url,
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.h 56 static void LaunchUrl(const GURL& url, int render_process_host_id,
61 // Version of LaunchUrl allowing use of a delegate to facilitate unit
85 // (checked in LaunchUrl) or if the user explicitly allows it. (By selecting
87 // url has already been escaped, which happens in LaunchUrl.
90 // All calls to this function should originate in some way from LaunchUrl.
98 // Allows LaunchUrl to proceed with launching an external protocol handler.
100 // each extension API function. Note that each call to LaunchUrl resets
  /external/chromium_org/chrome_frame/ready_mode/
ready_mode.cc 100 void LaunchUrl(const std::wstring& url);
111 void UrlLauncherImpl::LaunchUrl(const std::wstring& url) {
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 77 void LaunchUrl(const string16& url);
88 void UrlLauncherImpl::LaunchUrl(const string16& url) {
254 url_launcher->LaunchUrl(SimpleResourceLoader::Get(
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 281 if (!LaunchUrl(cf_url, referrer)) {
403 if (!LaunchUrl(cf_url, referrer)) {
    [all...]

Completed in 140 milliseconds