HomeSort by relevance Sort by last modified time
    Searched defs:ApplicationCacheStorage (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 49 class ApplicationCacheStorage {
50 WTF_MAKE_NONCOPYABLE(ApplicationCacheStorage); WTF_MAKE_FAST_ALLOCATED;
104 ApplicationCacheStorage();
150 friend ApplicationCacheStorage& cacheStorage();
153 ApplicationCacheStorage& cacheStorage();
ApplicationCacheStorage.cpp 27 #include "ApplicationCacheStorage.h"
99 ApplicationCacheGroup* ApplicationCacheStorage::loadCacheGroup(const KURL& manifestURL)
134 ApplicationCacheGroup* ApplicationCacheStorage::findOrCreateCacheGroup(const KURL& manifestURL)
159 ApplicationCacheGroup* ApplicationCacheStorage::findInMemoryCacheGroup(const KURL& manifestURL) const
164 void ApplicationCacheStorage::loadManifestHostHashes()
188 ApplicationCacheGroup* ApplicationCacheStorage::cacheGroupForURL(const KURL& url)
265 ApplicationCacheGroup* ApplicationCacheStorage::fallbackCacheGroupForURL(const KURL& url)
336 void ApplicationCacheStorage::cacheGroupDestroyed(ApplicationCacheGroup* group)
353 void ApplicationCacheStorage::cacheGroupMadeObsolete(ApplicationCacheGroup* group)
365 void ApplicationCacheStorage::setCacheDirectory(const String& cacheDirectory
    [all...]

Completed in 34 milliseconds