OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ApplicationCacheResource
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.cpp
27
#include "
ApplicationCacheResource
.h"
34
ApplicationCacheResource
::
ApplicationCacheResource
(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data, const String& path)
43
void
ApplicationCacheResource
::addType(unsigned type)
49
int64_t
ApplicationCacheResource
::estimatedSizeInStorage()
72
void
ApplicationCacheResource
::dumpType(unsigned type)
ApplicationCacheResource.h
35
class
ApplicationCacheResource
: public SubstituteResource {
45
static PassRefPtr<
ApplicationCacheResource
> create(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> buffer = SharedBuffer::create(), const String& path = String())
48
return adoptRef(new
ApplicationCacheResource
(url, response, type, buffer, path));
67
ApplicationCacheResource
(const KURL&, const ResourceResponse&, unsigned type, PassRefPtr<SharedBuffer>, const String& path);
Completed in 25 milliseconds