Home
last modified time | relevance | path

Searched defs:manifestURL (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.cpp94 ApplicationCacheGroup* ApplicationCacheStorage::loadCacheGroup(const KURL& manifestURL) in loadCacheGroup()
129 ApplicationCacheGroup* ApplicationCacheStorage::findOrCreateCacheGroup(const KURL& manifestURL) in findOrCreateCacheGroup()
219 KURL manifestURL = KURL(statement.getColumnText(1)); in cacheGroupForURL() local
287 KURL manifestURL = KURL(statement.getColumnText(1)); in fallbackCacheGroupForURL() local
995 bool ApplicationCacheStorage::cacheGroupSize(const String& manifestURL, int64_t* size) in cacheGroupSize()
1021 bool ApplicationCacheStorage::deleteCacheGroup(const String& manifestURL) in deleteCacheGroup()
DManifestParser.cpp41 bool parseManifest(const KURL& manifestURL, const char* data, int length, Manifest& manifest) in parseManifest()
DApplicationCacheGroup.h68 const KURL& manifestURL() const { return m_manifestURL; } in manifestURL() function
DApplicationCacheGroup.cpp49 ApplicationCacheGroup::ApplicationCacheGroup(const KURL& manifestURL, bool isCopy) in ApplicationCacheGroup()
137 KURL manifestURL(passedManifestURL); in selectCache() local
DApplicationCacheHost.cpp67 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest()