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

  /external/chromium_org/content/browser/loader/
resource_loader_delegate.h 24 virtual bool HandleExternalProtocol(ResourceLoader* loader,
resource_loader.cc 105 if (delegate_->HandleExternalProtocol(this, request_->url())) {
227 if (delegate_->HandleExternalProtocol(this, redirect_info.new_url)) {
resource_dispatcher_host_impl.h 293 virtual bool HandleExternalProtocol(ResourceLoader* loader,
resource_loader_unittest.cc 344 virtual bool HandleExternalProtocol(ResourceLoader* loader,
resource_dispatcher_host_impl.cc 749 bool ResourceDispatcherHostImpl::HandleExternalProtocol(ResourceLoader* loader,
764 return delegate_->HandleExternalProtocol(
    [all...]
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 45 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
resource_dispatcher_host_delegate.h 75 virtual bool HandleExternalProtocol(const GURL& url,
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.h 50 virtual bool HandleExternalProtocol(const GURL& url,
aw_resource_dispatcher_host_delegate.cc 300 bool AwResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h 63 virtual bool HandleExternalProtocol(const GURL& url,
chrome_resource_dispatcher_host_delegate.cc 465 bool ChromeResourceDispatcherHostDelegate::HandleExternalProtocol(

Completed in 200 milliseconds