Home | History | Annotate | Download | only in extensions

Lines Matching refs:ExtensionUpdater

162 // ExtensionUpdater* updater = new ExtensionUpdater(my_extensions_service,
168 class ExtensionUpdater : public URLFetcher::Delegate {
173 ExtensionUpdater(ExtensionServiceInterface* service,
179 virtual ~ExtensionUpdater();
321 base::WeakPtrFactory<ExtensionUpdater> weak_ptr_factory_;
338 // Pointer back to the service that owns this ExtensionUpdater.
341 base::OneShotTimer<ExtensionUpdater> timer_;
344 ScopedRunnableMethodFactory<ExtensionUpdater> method_factory_;
361 DISALLOW_COPY_AND_ASSIGN(ExtensionUpdater);