Searched refs:SubstituteResource (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DSubstituteResource.h39 class SubstituteResource : public RefCounted<SubstituteResource> { class in namespace:WebCore
41 virtual ~SubstituteResource() { }
48 SubstituteResource(const KURL& url, const ResourceResponse& response, PassRefPtr<SharedBuffer> data) function in class:WebCore::SubstituteResource
H A DDocumentLoader.h61 class SubstituteResource;
321 typedef HashMap<RefPtr<ResourceLoader>, RefPtr<SubstituteResource> > SubstituteResourceMap;
H A DDocumentLoader.cpp586 SubstituteResource* resource = it->second.get();
/external/webkit/Source/WebCore/loader/archive/
H A DArchiveResource.h32 #include "SubstituteResource.h"
36 class ArchiveResource : public SubstituteResource {
H A DArchiveResource.cpp37 : SubstituteResource(url, response, data)
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheResource.cpp35 : SubstituteResource(url, response, data)
H A DApplicationCacheResource.h31 #include "SubstituteResource.h"
35 class ApplicationCacheResource : public SubstituteResource {

Completed in 102 milliseconds