HomeSort by relevance Sort by last modified time
    Searched refs:SubstituteResource (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/loader/
SubstituteResource.h 39 class SubstituteResource : public RefCounted<SubstituteResource> {
41 virtual ~SubstituteResource() { }
48 SubstituteResource(const KURL& url, const ResourceResponse& response, PassRefPtr<SharedBuffer> data)
DocumentLoader.h 61 class SubstituteResource;
321 typedef HashMap<RefPtr<ResourceLoader>, RefPtr<SubstituteResource> > SubstituteResourceMap;
DocumentLoader.cpp 586 SubstituteResource* resource = it->second.get();
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 31 #include "SubstituteResource.h"
35 class ApplicationCacheResource : public SubstituteResource {
ApplicationCacheResource.cpp 35 : SubstituteResource(url, response, data)
  /external/webkit/Source/WebCore/loader/archive/
ArchiveResource.h 32 #include "SubstituteResource.h"
36 class ArchiveResource : public SubstituteResource {
ArchiveResource.cpp 37 : SubstituteResource(url, response, data)

Completed in 146 milliseconds