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

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_info.cc47 const ServiceWorkerVersionInfo& active_version,
52 active_version(active_version),
44 ServiceWorkerRegistrationInfo( const GURL& pattern, int64 registration_id, const ServiceWorkerVersionInfo& active_version, const ServiceWorkerVersionInfo& waiting_version, const ServiceWorkerVersionInfo& installing_version) argument
H A Dservice_worker_info.h44 const ServiceWorkerVersionInfo& active_version,
52 ServiceWorkerVersionInfo active_version; member in class:content::ServiceWorkerRegistrationInfo
H A Dservice_worker_controllee_request_handler.cc42 if (provider_host_ && provider_host_->active_version()) {
44 provider_host_->active_version()->ScheduleUpdate();
46 provider_host_->active_version()->DeferScheduledUpdate();
166 scoped_refptr<ServiceWorkerVersion> active_version = local
167 registration->active_version();
170 if (active_version.get() &&
171 active_version->status() == ServiceWorkerVersion::ACTIVATING) {
173 registration->active_version()->RegisterStatusChangeCallback(
177 active_version));
187 if (!active_version
[all...]
H A Dservice_worker_provider_host.h62 ServiceWorkerVersion* active_version() const { function in class:content::ServiceWorkerProviderHost
64 associated_registration_->active_version() : NULL;
H A Dservice_worker_registration_handle.cc31 registration->active_version());
82 registration->active_version());
102 ServiceWorkerVersion* active_version) {
113 if (active_version != active_version_.get()) {
114 active_version_ = active_version;
134 CreateServiceWorkerHandleAndPass(active_version);
99 SetVersionAttributes( ServiceWorkerVersion* installing_version, ServiceWorkerVersion* waiting_version, ServiceWorkerVersion* active_version) argument
H A Dservice_worker_registration.h59 ServiceWorkerVersion* active_version() const { function in class:content::ServiceWorkerRegistration
H A Dservice_worker_job_unittest.cc771 scoped_refptr<ServiceWorkerVersion> version = registration->active_version();
807 registration->active_version()->AddControllee(host.get());
809 scoped_refptr<ServiceWorkerVersion> version = registration->active_version();
823 registration->active_version()->RemoveControllee(host.get());
925 EXPECT_TRUE(registration->active_version());
1031 registration->active_version();
1036 ASSERT_TRUE(registration->active_version());
1037 EXPECT_EQ(first_version.get(), registration->active_version());
1042 EXPECT_NE(registration->active_version()->version_id(),
1061 registration->active_version();
1143 ServiceWorkerVersion* active_version = registration->active_version(); local
1183 ServiceWorkerVersion* active_version = registration->active_version(); local
[all...]

Completed in 924 milliseconds