• Home
  • Raw
  • Download

Lines Matching refs:ExtensionUpdater

56 const char* ExtensionUpdater::kBlacklistAppID = "com.google.crx.blacklist";
373 base::WeakPtr<ExtensionUpdater> updater) in ExtensionUpdaterFileHandler()
454 base::WeakPtr<ExtensionUpdater> updater_;
457 ExtensionUpdater::ExtensionFetch::ExtensionFetch() in ExtensionFetch()
463 ExtensionUpdater::ExtensionFetch::ExtensionFetch(const std::string& i, in ExtensionFetch()
469 ExtensionUpdater::ExtensionFetch::~ExtensionFetch() {} in ~ExtensionFetch()
471 ExtensionUpdater::ExtensionUpdater(ExtensionServiceInterface* service, in ExtensionUpdater() function in ExtensionUpdater
485 void ExtensionUpdater::Init() { in Init()
495 ExtensionUpdater::~ExtensionUpdater() { in ~ExtensionUpdater()
512 TimeDelta ExtensionUpdater::DetermineFirstCheckDelay() { in DetermineFirstCheckDelay()
555 void ExtensionUpdater::Start() { in Start()
574 void ExtensionUpdater::Stop() { in Stop()
592 void ExtensionUpdater::OnURLFetchComplete( in OnURLFetchComplete()
618 base::WeakPtr<ExtensionUpdater> updater) in SafeManifestParser()
701 base::WeakPtr<ExtensionUpdater> updater_;
705 void ExtensionUpdater::OnManifestFetchComplete( in OnManifestFetchComplete()
735 void ExtensionUpdater::HandleManifestResults( in HandleManifestResults()
787 void ExtensionUpdater::ProcessBlacklist(const std::string& data) { in ProcessBlacklist()
813 void ExtensionUpdater::OnCRXFetchComplete(const GURL& url, in OnCRXFetchComplete()
852 void ExtensionUpdater::OnCRXFileWritten(const std::string& id, in OnCRXFileWritten()
863 void ExtensionUpdater::OnCRXFileWriteError(const std::string& id) { in OnCRXFileWriteError()
869 void ExtensionUpdater::ScheduleNextCheck(const TimeDelta& target_delay) { in ScheduleNextCheck()
886 timer_.Start(actual_delay, this, &ExtensionUpdater::TimerFired); in ScheduleNextCheck()
889 void ExtensionUpdater::TimerFired() { in TimerFired()
914 void ExtensionUpdater::CheckSoon() { in CheckSoon()
922 &ExtensionUpdater::DoCheckSoon))) { in CheckSoon()
929 bool ExtensionUpdater::WillCheckSoon() const { in WillCheckSoon()
933 void ExtensionUpdater::DoCheckSoon() { in DoCheckSoon()
939 void ExtensionUpdater::CheckNow() { in CheckNow()
998 bool ExtensionUpdater::GetExistingVersion(const std::string& id, in GetExistingVersion()
1013 std::vector<int> ExtensionUpdater::DetermineUpdates( in DetermineUpdates()
1077 void ExtensionUpdater::StartUpdateCheck(ManifestFetchData* fetch_data) { in StartUpdateCheck()
1114 void ExtensionUpdater::FetchUpdatedExtension(const std::string& id, in FetchUpdatedExtension()
1143 void ExtensionUpdater::NotifyStarted() { in NotifyStarted()
1150 void ExtensionUpdater::NotifyUpdateFound(const std::string& extension_id) { in NotifyUpdateFound()
1157 void ExtensionUpdater::NotifyIfFinished() { in NotifyIfFinished()
1167 void ExtensionUpdater::AddToInProgress(const std::set<std::string>& ids) { in AddToInProgress()
1173 void ExtensionUpdater::RemoveFromInProgress(const std::set<std::string>& ids) { in RemoveFromInProgress()