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

  /external/chromium_org/content/public/browser/
resource_dispatcher_host_delegate.h 46 class CONTENT_EXPORT ResourceDispatcherHostDelegate {
153 ResourceDispatcherHostDelegate();
154 virtual ~ResourceDispatcherHostDelegate();
resource_dispatcher_host_delegate.cc 11 bool ResourceDispatcherHostDelegate::ShouldBeginRequest(
21 void ResourceDispatcherHostDelegate::RequestBeginning(
32 void ResourceDispatcherHostDelegate::DownloadStarting(
43 bool ResourceDispatcherHostDelegate::AcceptSSLClientCertificateRequest(
49 bool ResourceDispatcherHostDelegate::AcceptAuthRequest(
56 ResourceDispatcherHostDelegate::CreateLoginDelegate(
62 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
68 bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
74 bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
83 void ResourceDispatcherHostDelegate::OnStreamCreated
    [all...]

Completed in 56 milliseconds