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

  /external/chromium_org/chrome_frame/ready_mode/internal/
url_launcher.h 16 virtual void LaunchUrl(const std::wstring& url) = 0;
  /external/chromium/chrome/browser/
external_protocol_handler.h 36 static void LaunchUrl(const GURL& url, int render_process_host_id,
58 // (checked in LaunchUrl) or if the user explicitly allows it. (By selecting
60 // url has already been escaped, which happens in LaunchUrl.
63 // All calls to this function should originate in some way from LaunchUrl.
71 // Allows LaunchUrl to proceed with launching an external protocol handler.
73 // each extension API function. Note that each call to LaunchUrl resets
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.
99 // Allows LaunchUrl to proceed with launching an external protocol handler.
101 // each extension API function. Note that each call to LaunchUrl resets
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt_window.cc 89 url_launcher_->LaunchUrl(SimpleResourceLoader::Get(
turndown_prompt.cc 72 void LaunchUrl(const string16& url);
83 void UrlLauncherImpl::LaunchUrl(const string16& url) {
239 url_launcher->LaunchUrl(SimpleResourceLoader::Get(
  /external/chromium_org/chrome_frame/
chrome_active_document.cc 281 if (!LaunchUrl(cf_url, referrer)) {
402 if (!LaunchUrl(cf_url, std::string())) {
    [all...]
chrome_active_document.h 404 bool LaunchUrl(const ChromeFrameUrl& cf_url, const std::string& referrer);
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 449 base::Bind(&ExternalProtocolHandler::LaunchUrl, url, child_id, route_id));

Completed in 464 milliseconds