Searched refs:newestCacheID (Results 1 – 1 of 1) sorted by relevance
229 unsigned newestCacheID = static_cast<unsigned>(statement.getColumnInt64(2)); in cacheGroupForURL() local230 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); in cacheGroupForURL()298 unsigned newestCacheID = static_cast<unsigned>(statement.getColumnInt64(2)); in fallbackCacheGroupForURL() local299 RefPtr<ApplicationCache> cache = loadCache(newestCacheID); in fallbackCacheGroupForURL()