Home
last modified time | relevance | path

Searched refs:NotifyUpdateFound (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_registration.h76 void NotifyUpdateFound(); in NON_EXPORTED_BASE()
Dservice_worker_registration.cc70 void ServiceWorkerRegistration::NotifyUpdateFound() { in NotifyUpdateFound() function in content::ServiceWorkerRegistration
Dservice_worker_register_job.cc381 registration()->NotifyUpdateFound(); in InstallAndContinue()
/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.h240 void NotifyUpdateFound(const std::string& id, const std::string& version);
Dextension_downloader.cc577 NotifyUpdateFound(update->extension_id, update->version); in HandleManifestResults()
860 void ExtensionDownloader::NotifyUpdateFound(const std::string& id, in NotifyUpdateFound() function in extensions::ExtensionDownloader