Searched defs:ContentHashFetcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.h32 class ContentHashFetcher { class in namespace:extensions
46 ContentHashFetcher(content::BrowserContext* context,
49 virtual ~ContentHashFetcher();
76 base::WeakPtrFactory<ContentHashFetcher> weak_ptr_factory_;
78 DISALLOW_COPY_AND_ASSIGN(ContentHashFetcher);
H A Dcontent_hash_fetcher.cc314 "ContentHashFetcher",
422 ContentHashFetcher::ContentHashFetcher(content::BrowserContext* context, function in class:extensions::ContentHashFetcher
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
[all...]

Completed in 1022 milliseconds