HomeSort by relevance Sort by last modified time
    Searched defs:Fetcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/precache/core/
precache_fetcher.cc 101 class PrecacheFetcher::Fetcher : public net::URLFetcherDelegate {
103 // Construct a new Fetcher. This will create and start a new URLFetcher for
105 Fetcher(net::URLRequestContextGetter* request_context, const GURL& url,
107 virtual ~Fetcher() {}
114 DISALLOW_COPY_AND_ASSIGN(Fetcher);
117 PrecacheFetcher::Fetcher::Fetcher(
127 void PrecacheFetcher::Fetcher::OnURLFetchComplete(const URLFetcher* source) {
157 fetcher_.reset(new Fetcher(request_context_, config_url,
166 new Fetcher(request_context_, resource_urls_to_fetch_.front()
    [all...]
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 83 // To use this class, call CreateAndStart() to create and start a Fetcher.
85 // The Fetcher will call back the service by calling
87 // not destructed before it completes fetching; if the Fetcher is destructed
89 // Fetcher destructs itself after calling back the service when finishes
92 // Requests that are waiting for the fetching results of this Fetcher can be
93 // added to the Fetcher by calling
94 // OAuth2TokenService::Fetcher::AddWaitingRequest() before the Fetcher
100 // - when the Fetcher completes fetching, if the Fetcher is not destructe
197 OAuth2TokenService::Fetcher* fetcher = new Fetcher( local
    [all...]

Completed in 125 milliseconds