Home
last modified time | relevance | path

Searched refs:newestCacheID (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.cpp229 unsigned newestCacheID = static_cast<unsigned>(statement.getColumnInt64(2)); in cacheGroupForURL() local
230 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); in cacheGroupForURL()
298 unsigned newestCacheID = static_cast<unsigned>(statement.getColumnInt64(2)); in fallbackCacheGroupForURL() local
299 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); in fallbackCacheGroupForURL()