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

  /external/chromium_org/extensions/browser/
content_hash_fetcher.h 32 class ContentHashFetcher {
46 ContentHashFetcher(content::BrowserContext* context,
49 virtual ~ContentHashFetcher();
76 base::WeakPtrFactory<ContentHashFetcher> weak_ptr_factory_;
78 DISALLOW_COPY_AND_ASSIGN(ContentHashFetcher);
content_verifier.h 31 class ContentHashFetcher;
95 scoped_ptr<ContentHashFetcher> fetcher_;
content_hash_fetcher.cc 314 "ContentHashFetcher",
422 ContentHashFetcher::ContentHashFetcher(content::BrowserContext* context,
431 ContentHashFetcher::~ContentHashFetcher() {
437 void ContentHashFetcher::DoFetch(const Extension* extension, bool force) {
468 base::Bind(&ContentHashFetcher::JobFinished,
474 void ContentHashFetcher::ExtensionLoaded(const Extension* extension) {
479 void ContentHashFetcher::ExtensionUnloaded(const Extension* extension) {
489 void ContentHashFetcher::JobFinished(ContentHashFetcherJob* job)
    [all...]
content_verifier.cc 28 fetcher_(new ContentHashFetcher(

Completed in 150 milliseconds