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 45 class CONTENT_EXPORT ResourceDispatcherHostDelegate {
137 ResourceDispatcherHostDelegate();
138 virtual ~ResourceDispatcherHostDelegate();
resource_dispatcher_host_delegate.cc 11 bool ResourceDispatcherHostDelegate::ShouldBeginRequest(
21 void ResourceDispatcherHostDelegate::RequestBeginning(
31 void ResourceDispatcherHostDelegate::DownloadStarting(
43 ResourceDispatcherHostDelegate::CreateLoginDelegate(
49 bool ResourceDispatcherHostDelegate::HandleExternalProtocol(const GURL& url,
55 bool ResourceDispatcherHostDelegate::ShouldForceDownloadResource(
61 bool ResourceDispatcherHostDelegate::ShouldInterceptResourceAsStream(
69 void ResourceDispatcherHostDelegate::OnStreamCreated(
74 void ResourceDispatcherHostDelegate::OnResponseStarted(
81 void ResourceDispatcherHostDelegate::OnRequestRedirected
    [all...]

Completed in 317 milliseconds