Searched defs:most_recent_version (Results 1 - 2 of 2) sorted by path

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.cc495 scoped_refptr<ServiceWorkerVersion> most_recent_version = local
499 DCHECK(most_recent_version.get());
501 most_recent_version->script_cache_map()->Lookup(script_url_);
512 most_recent_version));
529 ServiceWorkerVersion* most_recent_version,
541 ResolvePromise(SERVICE_WORKER_OK, registration(), most_recent_version);
528 OnCompareScriptResourcesComplete( ServiceWorkerVersion* most_recent_version, ServiceWorkerStatusCode status, bool are_equal) argument
H A Dservice_worker_registration.cc185 scoped_refptr<ServiceWorkerVersion> most_recent_version = local
187 DCHECK(most_recent_version.get());
191 most_recent_version.get(),
195 most_recent_version));

Completed in 367 milliseconds