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

  /external/webkit/Source/WebKit/chromium/src/
ApplicationCacheHost.cpp 32 #include "ApplicationCacheHost.h"
59 // This file replaces webcore/appcache/ApplicationCacheHost.cpp in our build.
61 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader)
69 ApplicationCacheHost::~ApplicationCacheHost()
73 void ApplicationCacheHost::maybeLoadMainResource(ResourceRequest& request, SubstituteData&)
95 void ApplicationCacheHost::selectCacheWithoutManifest()
101 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
117 void ApplicationCacheHost::maybeLoadMainResourceForRedirect(ResourceRequest&, SubstituteData&
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheHost.cpp 27 #include "ApplicationCacheHost.h"
47 ApplicationCacheHost::ApplicationCacheHost(DocumentLoader* documentLoader)
56 ApplicationCacheHost::~ApplicationCacheHost()
66 void ApplicationCacheHost::selectCacheWithoutManifest()
71 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL)
76 void ApplicationCacheHost::maybeLoadMainResource(ResourceRequest& request, SubstituteData& substituteData)
94 void ApplicationCacheHost::maybeLoadMainResourceForRedirect(ResourceRequest& request, SubstituteData& substituteData)
100 bool ApplicationCacheHost::maybeLoadFallbackForMainResponse(const ResourceRequest& request, const ResourceResponse& r
    [all...]
ApplicationCacheHost.h 61 class ApplicationCacheHost {
62 WTF_MAKE_NONCOPYABLE(ApplicationCacheHost); WTF_MAKE_FAST_ALLOCATED;
119 ApplicationCacheHost(DocumentLoader*);
120 ~ApplicationCacheHost();

Completed in 52 milliseconds