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 39 class CONTENT_EXPORT ResourceDispatcherHostDelegate {
121 ResourceDispatcherHostDelegate();
122 virtual ~ResourceDispatcherHostDelegate();
resource_dispatcher_host_delegate.cc 11 bool ResourceDispatcherHostDelegate::ShouldBeginRequest(
19 void ResourceDispatcherHostDelegate::RequestBeginning(
27 void ResourceDispatcherHostDelegate::DownloadStarting(
39 ResourceDispatcherHostDelegate::CreateLoginDelegate(
45 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
51 bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
57 bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
65 void ResourceDispatcherHostDelegate::OnStreamCreated(
70 void ResourceDispatcherHostDelegate::OnResponseStarted(
77 void ResourceDispatcherHostDelegate::OnRequestRedirected
    [all...]

Completed in 1758 milliseconds