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

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.cc194 const scoped_refptr<ServiceWorkerRegistration>& existing_registration) {
201 if (!existing_registration.get() || existing_registration->is_uninstalled()) {
206 DCHECK(existing_registration->GetNewestVersion());
208 if (existing_registration->GetNewestVersion()->script_url() == script_url_) {
210 existing_registration->AbortPendingClear(base::Bind(
213 existing_registration));
217 if (existing_registration->is_uninstalling()) {
221 WaitForUninstall(existing_registration);
226 DCHECK(!existing_registration
192 ContinueWithRegistration( ServiceWorkerStatusCode status, const scoped_refptr<ServiceWorkerRegistration>& existing_registration) argument
234 ContinueWithUpdate( ServiceWorkerStatusCode status, const scoped_refptr<ServiceWorkerRegistration>& existing_registration) argument
279 WaitForUninstall( const scoped_refptr<ServiceWorkerRegistration>& existing_registration) argument
286 ContinueWithRegistrationForSameScriptUrl( const scoped_refptr<ServiceWorkerRegistration>& existing_registration, ServiceWorkerStatusCode status) argument
519 OnRegistrationFinishedUninstalling( ServiceWorkerRegistration* existing_registration) argument
[all...]

Completed in 846 milliseconds