Searched refs:UrlToFetch (Results 1 – 2 of 2) sorted by relevance
101 struct UrlToFetch { struct102 UrlToFetch(const GURL& url, bool checked, AppCacheResponseInfo* info);103 ~UrlToFetch();306 std::deque<UrlToFetch> urls_to_fetch_;
103 AppCacheUpdateJob::UrlToFetch::UrlToFetch(const GURL& url, in UrlToFetch() function in appcache::AppCacheUpdateJob::UrlToFetch111 AppCacheUpdateJob::UrlToFetch::~UrlToFetch() { in ~UrlToFetch()1137 urls_to_fetch_.push_back(UrlToFetch(url, false, NULL)); in AddUrlToFileList()1150 UrlToFetch url_to_fetch = urls_to_fetch_.front(); in FetchUrls()1418 urls_to_fetch_.push_front(UrlToFetch(url, true, response_info)); in LoadFromNewestCacheFailed()