Home | History | Annotate | Download | only in updater

Lines Matching refs:ExtensionDownloader

47 const char ExtensionDownloader::kBlacklistAppID[] = "com.google.crx.blacklist";
168 ExtensionDownloader::ExtensionFetch::ExtensionFetch()
171 ExtensionDownloader::ExtensionFetch::ExtensionFetch(
180 ExtensionDownloader::ExtensionFetch::~ExtensionFetch() {}
182 ExtensionDownloader::ExtensionDownloader(
189 base::Bind(&ExtensionDownloader::CreateManifestFetcher,
192 base::Bind(&ExtensionDownloader::CreateExtensionFetcher,
199 ExtensionDownloader::~ExtensionDownloader() {}
201 bool ExtensionDownloader::AddExtension(const Extension& extension,
223 bool ExtensionDownloader::AddPendingExtension(const std::string& id,
240 void ExtensionDownloader::StartAllPending(ExtensionCache* cache) {
244 &ExtensionDownloader::DoStartAllPending,
251 void ExtensionDownloader::DoStartAllPending() {
265 void ExtensionDownloader::StartBlacklistUpdate(
284 bool ExtensionDownloader::AddExtensionData(const std::string& id,
393 void ExtensionDownloader::ReportStats() const {
412 void ExtensionDownloader::StartUpdateCheck(
444 void ExtensionDownloader::CreateManifestFetcher() {
469 void ExtensionDownloader::OnURLFetchComplete(
492 void ExtensionDownloader::OnManifestFetchComplete(
509 base::Bind(&ExtensionDownloader::HandleManifestResults,
534 void ExtensionDownloader::HandleManifestResults(
604 void ExtensionDownloader::DetermineUpdates(
675 void ExtensionDownloader::FetchUpdatedExtension(
713 void ExtensionDownloader::NotifyDelegateDownloadFinished(
723 void ExtensionDownloader::CreateExtensionFetcher() {
747 void ExtensionDownloader::OnCRXFetchComplete(
766 base::Bind(&ExtensionDownloader::NotifyDelegateDownloadFinished,
812 void ExtensionDownloader::NotifyExtensionsDownloadFailed(
824 void ExtensionDownloader::NotifyUpdateFound(const std::string& id,