Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.h221 bool MaybeLoadFromNewestCache(const GURL& url, AppCacheEntry& entry);
Dappcache_update_job.cc974 MaybeLoadFromNewestCache(url_to_fetch.url, entry)) { in FetchUrls()
1150 bool AppCacheUpdateJob::MaybeLoadFromNewestCache(const GURL& url, in MaybeLoadFromNewestCache() function in appcache::AppCacheUpdateJob