Searched refs:UrlToFetch (Results 1 – 2 of 2) sorted by relevance
86 struct UrlToFetch { struct87 UrlToFetch(const GURL& url, bool checked, AppCacheResponseInfo* info);88 ~UrlToFetch();278 std::deque<UrlToFetch> urls_to_fetch_;
81 AppCacheUpdateJob::UrlToFetch::UrlToFetch(const GURL& url, in UrlToFetch() function in appcache::AppCacheUpdateJob::UrlToFetch89 AppCacheUpdateJob::UrlToFetch::~UrlToFetch() { in ~UrlToFetch()948 urls_to_fetch_.push_back(UrlToFetch(url, false, NULL)); in AddUrlToFileList()961 UrlToFetch url_to_fetch = urls_to_fetch_.front(); in FetchUrls()1229 urls_to_fetch_.push_front(UrlToFetch(url, true, response_info)); in LoadFromNewestCacheFailed()