OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ApplicationCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp
27
#include "
ApplicationCache
.h"
41
ApplicationCache
::
ApplicationCache
()
49
ApplicationCache
::~
ApplicationCache
()
55
void
ApplicationCache
::setGroup(ApplicationCacheGroup* group)
61
bool
ApplicationCache
::isComplete() const
66
void
ApplicationCache
::setManifestResource(PassRefPtr<ApplicationCacheResource> manifest)
77
void
ApplicationCache
::addResource(PassRefPtr<ApplicationCacheResource> resource)
98
unsigned
ApplicationCache
::removeResource(const String& url
[
all
...]
ApplicationCache.h
49
class
ApplicationCache
: public RefCounted<
ApplicationCache
> {
51
static PassRefPtr<
ApplicationCache
> create() { return adoptRef(new
ApplicationCache
); }
55
~
ApplicationCache
();
98
ApplicationCache
();
Completed in 14 milliseconds