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

  /external/chromium_org/extensions/browser/
content_hash_fetcher.h 23 class ContentHashFetcherJob;
62 void JobFinished(ContentHashFetcherJob* job);
72 typedef std::map<IdAndVersion, scoped_refptr<ContentHashFetcherJob> > JobMap;
content_hash_fetcher.cc 46 class ContentHashFetcherJob
47 : public base::RefCountedThreadSafe<ContentHashFetcherJob>,
50 typedef base::Callback<void(ContentHashFetcherJob*)> CompletionCallback;
51 ContentHashFetcherJob(net::URLRequestContextGetter* request_context,
84 friend class base::RefCountedThreadSafe<ContentHashFetcherJob>;
85 virtual ~ContentHashFetcherJob();
163 DISALLOW_COPY_AND_ASSIGN(ContentHashFetcherJob);
166 ContentHashFetcherJob::ContentHashFetcherJob(
191 void ContentHashFetcherJob::Start()
    [all...]

Completed in 985 milliseconds