Searched refs:registration_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle_unittest.cc49 registration_ = new ServiceWorkerRegistration(
55 registration_, 1L, helper_->context()->AsWeakPtr());
63 registration_ = NULL;
72 scoped_refptr<ServiceWorkerRegistration> registration_; member in class:content::ServiceWorkerHandleTest
H A Dservice_worker_handle.h70 ServiceWorkerRegistration* registration() { return registration_.get(); }
84 scoped_refptr<ServiceWorkerRegistration> registration_; member in class:content::ServiceWorkerHandle
H A Dservice_worker_handle.cc67 registration_(registration),
110 info.scope = registration_->pattern();
111 info.url = registration_->script_url();
H A Dservice_worker_url_request_job_unittest.cc97 registration_ = new ServiceWorkerRegistration(
103 registration_, 1L, helper_->context()->AsWeakPtr());
131 registration_ = NULL;
159 scoped_refptr<ServiceWorkerRegistration> registration_; member in class:content::ServiceWorkerURLRequestJobTest
H A Dservice_worker_provider_host_unittest.cc36 registration_ = new ServiceWorkerRegistration(
39 registration_,
62 registration_ = 0;
68 scoped_refptr<ServiceWorkerRegistration> registration_; member in class:content::ServiceWorkerProviderHostTest
H A Dservice_worker_version_unittest.cc122 registration_ = new ServiceWorkerRegistration(
128 registration_, 1L, helper_->context()->AsWeakPtr());
138 registration_ = 0;
144 scoped_refptr<ServiceWorkerRegistration> registration_; member in class:content::ServiceWorkerVersionTest
H A Dservice_worker_browsertest.cc264 registration_ = NULL;
344 registration_ = new ServiceWorkerRegistration(
350 registration_,
404 scoped_refptr<ServiceWorkerRegistration> registration_; member in class:content::ServiceWorkerVersionBrowserTest
/external/chromium_org/chrome/browser/mac/
H A Dkeystone_glue.h88 KSRegistration* registration_; // strong variable

Completed in 259 milliseconds