Searched defs:manifestURL (Results 1 – 5 of 5) sorted by relevance
94 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() local287 KURL manifestURL = KURL(statement.getColumnText(1)); in fallbackCacheGroupForURL() local995 bool ApplicationCacheStorage::cacheGroupSize(const String& manifestURL, int64_t* size) in cacheGroupSize()1021 bool ApplicationCacheStorage::deleteCacheGroup(const String& manifestURL) in deleteCacheGroup()
41 bool parseManifest(const KURL& manifestURL, const char* data, int length, Manifest& manifest) in parseManifest()
68 const KURL& manifestURL() const { return m_manifestURL; } in manifestURL() function
49 ApplicationCacheGroup::ApplicationCacheGroup(const KURL& manifestURL, bool isCopy) in ApplicationCacheGroup()137 KURL manifestURL(passedManifestURL); in selectCache() local
67 void ApplicationCacheHost::selectCacheWithManifest(const KURL& manifestURL) in selectCacheWithManifest()