Home | History | Annotate | Download | only in extensions

Lines Matching refs:ExtensionUpdater

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