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

/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_updater.h49 // ExtensionUpdater* updater = new ExtensionUpdater(my_extensions_service,
58 class ExtensionUpdater : public ExtensionDownloaderDelegate, class in namespace:extensions
86 ExtensionUpdater(ExtensionServiceInterface* service,
94 virtual ~ExtensionUpdater();
244 // Pointer back to the service that owns this ExtensionUpdater.
247 // A closure passed into the ExtensionUpdater to teach it how to construct
254 base::OneShotTimer<ExtensionUpdater> timer_;
291 base::WeakPtrFactory<ExtensionUpdater> weak_ptr_factory_;
293 DISALLOW_COPY_AND_ASSIGN(ExtensionUpdater);
[all...]
H A Dextension_updater.cc186 ExtensionUpdater::CheckParams::CheckParams()
189 ExtensionUpdater::CheckParams::~CheckParams() {}
191 ExtensionUpdater::FetchedCRXFile::FetchedCRXFile(
201 ExtensionUpdater::FetchedCRXFile::FetchedCRXFile()
204 ExtensionUpdater::FetchedCRXFile::~FetchedCRXFile() {}
206 ExtensionUpdater::InProgressCheck::InProgressCheck()
209 ExtensionUpdater::InProgressCheck::~InProgressCheck() {}
211 struct ExtensionUpdater::ThrottleInfo {
222 ExtensionUpdater::ExtensionUpdater( function in class:extensions::ExtensionUpdater
[all...]

Completed in 93 milliseconds