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 31 virtual bool HandleExternalProtocol(ResourceLoader* loader,
resource_loader_unittest.cc 170 virtual bool HandleExternalProtocol(ResourceLoader* loader,
resource_dispatcher_host_impl.h 270 virtual bool HandleExternalProtocol(ResourceLoader* loader,
resource_loader.cc 89 if (delegate_->HandleExternalProtocol(this, request_->url())) {
257 if (delegate_->HandleExternalProtocol(this, new_url)) {
resource_dispatcher_host_impl.cc 640 bool ResourceDispatcherHostImpl::HandleExternalProtocol(ResourceLoader* loader,
655 return delegate_->HandleExternalProtocol(url, info->GetChildID(),
    [all...]
  /external/chromium_org/android_webview/browser/renderer_host/
aw_resource_dispatcher_host_delegate.h 59 virtual bool HandleExternalProtocol(const GURL& url,
aw_resource_dispatcher_host_delegate.cc 293 bool AwResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.cc 62 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
resource_dispatcher_host_delegate.h 102 virtual bool HandleExternalProtocol(const GURL& url,
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.h 71 virtual bool HandleExternalProtocol(const GURL& url,
chrome_resource_dispatcher_host_delegate.cc 409 bool ChromeResourceDispatcherHostDelegate::HandleExternalProtocol(

Completed in 612 milliseconds