Searched defs:ApplicationCacheResource (Results 1 - 2 of 2) sorted by relevance
/external/webkit/WebCore/loader/appcache/ |
H A D | ApplicationCacheResource.cpp | 27 #include "ApplicationCacheResource.h" 34 ApplicationCacheResource::ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data) function in class:WebCore::ApplicationCacheResource 42 void ApplicationCacheResource::addType(unsigned type) 48 int64_t ApplicationCacheResource::estimatedSizeInStorage() 71 void ApplicationCacheResource::dumpType(unsigned type)
|
H A D | ApplicationCacheResource.h | 35 class ApplicationCacheResource : public SubstituteResource { class in namespace:WebCore 45 static PassRefPtr<ApplicationCacheResource> create(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer = SharedBuffer::create()) 48 return adoptRef(new ApplicationCacheResource(url, response, type, buffer)); 64 ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer);
|
Completed in 38 milliseconds