Searched refs:ServiceWorkerRegistration (Results 1 - 25 of 107) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebServiceWorkerRegistrationProxy.cpp10 WebServiceWorkerRegistrationProxy::WebServiceWorkerRegistrationProxy(ServiceWorkerRegistration* registration)
15 WebServiceWorkerRegistrationProxy::operator ServiceWorkerRegistration*() const
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebServiceWorkerRegistrationProxy.h15 class ServiceWorkerRegistration;
19 // blink to the embedder, to talk to the ServiceWorkerRegistration object from
36 BLINK_PLATFORM_EXPORT WebServiceWorkerRegistrationProxy(ServiceWorkerRegistration*);
37 BLINK_PLATFORM_EXPORT operator ServiceWorkerRegistration*() const;
43 // The ServiceWorkerRegistration inherits from this WebServiceWorkerRegistrationProxy.
46 ServiceWorkerRegistration* m_private;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.h27 // - creating a ServiceWorkerRegistration instance if there isn't
38 public ServiceWorkerRegistration::Listener {
41 ServiceWorkerRegistration* registration,
54 ServiceWorkerRegistration* registration);
93 scoped_refptr<ServiceWorkerRegistration> registration;
99 scoped_refptr<ServiceWorkerRegistration> uninstalling_registration;
103 const scoped_refptr<ServiceWorkerRegistration>& registration);
104 ServiceWorkerRegistration* registration();
108 const scoped_refptr<ServiceWorkerRegistration>& registration);
109 ServiceWorkerRegistration* uninstalling_registratio
[all...]
H A Dservice_worker_registration.cc25 ServiceWorkerRegistration::ServiceWorkerRegistration( function in class:content::ServiceWorkerRegistration
41 ServiceWorkerRegistration::~ServiceWorkerRegistration() {
50 ServiceWorkerVersion* ServiceWorkerRegistration::GetNewestVersion() const {
58 void ServiceWorkerRegistration::AddListener(Listener* listener) {
62 void ServiceWorkerRegistration::RemoveListener(Listener* listener) {
66 void ServiceWorkerRegistration::NotifyRegistrationFailed() {
70 void ServiceWorkerRegistration::NotifyUpdateFound() {
74 ServiceWorkerRegistrationInfo ServiceWorkerRegistration
[all...]
H A Dservice_worker_registration_handle.h21 // Roughly Corresponds to one ServiceWorkerRegistration object in the renderer
23 // Has references to the corresponding ServiceWorkerRegistration and
27 : public ServiceWorkerRegistration::Listener {
33 ServiceWorkerRegistration* registration);
47 ServiceWorkerRegistration* registration() { return registration_.get(); }
50 // ServiceWorkerRegistration::Listener overrides.
52 ServiceWorkerRegistration* registration,
56 ServiceWorkerRegistration* registration) OVERRIDE;
58 ServiceWorkerRegistration* registration) OVERRIDE;
76 scoped_refptr<ServiceWorkerRegistration> registration
[all...]
H A Dservice_worker_registration.h26 class CONTENT_EXPORT ServiceWorkerRegistration class in namespace:content
27 : NON_EXPORTED_BASE(public base::RefCounted<ServiceWorkerRegistration>),
35 ServiceWorkerRegistration* registration,
39 ServiceWorkerRegistration* registration) {}
41 ServiceWorkerRegistration* registration) {}
43 ServiceWorkerRegistration* registration) {}
46 ServiceWorkerRegistration(const GURL& pattern,
111 friend class base::RefCounted<ServiceWorkerRegistration>;
113 virtual ~ServiceWorkerRegistration();
153 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRegistration);
[all...]
H A Dservice_worker_handle.h23 class ServiceWorkerRegistration;
28 // ServiceWorkerRegistration (therefore they're guaranteed to be alive while
50 ServiceWorkerRegistration* registration,
75 ServiceWorkerRegistration* registration() { return registration_.get(); }
89 scoped_refptr<ServiceWorkerRegistration> registration_;
H A Dservice_worker_job_unittest.cc39 scoped_refptr<ServiceWorkerRegistration>* registration_out,
41 ServiceWorkerRegistration* registration,
53 scoped_refptr<ServiceWorkerRegistration>* registration,
55 const scoped_refptr<ServiceWorkerRegistration>& result) {
69 scoped_refptr<ServiceWorkerRegistration>* registration) {
78 scoped_refptr<ServiceWorkerRegistration>* registration) {
130 scoped_refptr<ServiceWorkerRegistration> original_registration;
141 scoped_refptr<ServiceWorkerRegistration> registration1;
145 scoped_refptr<ServiceWorkerRegistration> registration2;
158 scoped_refptr<ServiceWorkerRegistration> original_registratio
[all...]
H A Dservice_worker_controllee_request_handler.h19 class ServiceWorkerRegistration;
57 const scoped_refptr<ServiceWorkerRegistration>& registration);
59 ServiceWorkerRegistration* registration,
H A Dservice_worker_storage.h37 class ServiceWorkerRegistration;
50 const scoped_refptr<ServiceWorkerRegistration>&
90 ServiceWorkerRegistration* GetUninstallingRegistration(const GURL& scope);
100 ServiceWorkerRegistration* registration,
106 ServiceWorkerRegistration* registration,
111 void UpdateLastUpdateCheckTime(ServiceWorkerRegistration* registration);
146 // ServiceWorkerRegistration.
148 ServiceWorkerRegistration* registration);
150 ServiceWorkerRegistration* registration,
153 void NotifyUninstallingRegistration(ServiceWorkerRegistration* registratio
[all...]
H A Dservice_worker_provider_host.h43 : public NON_EXPORTED_BASE(ServiceWorkerRegistration::Listener),
85 void AssociateRegistration(ServiceWorkerRegistration* registration);
102 bool CanAssociateRegistration(ServiceWorkerRegistration* registration);
128 // ServiceWorkerRegistration::Listener overrides.
130 ServiceWorkerRegistration* registration) OVERRIDE;
150 scoped_refptr<ServiceWorkerRegistration> associated_registration_;
H A Dservice_worker_registration_unittest.cc42 class RegistrationListener : public ServiceWorkerRegistration::Listener {
51 ServiceWorkerRegistration* registration,
60 ServiceWorkerRegistration* registration) OVERRIDE {
65 ServiceWorkerRegistration* registration) OVERRIDE {
70 ServiceWorkerRegistration* registration) OVERRIDE {
80 scoped_refptr<ServiceWorkerRegistration> observed_registration_;
96 scoped_refptr<ServiceWorkerRegistration> registration =
97 new ServiceWorkerRegistration(
164 scoped_refptr<ServiceWorkerRegistration> registration =
165 new ServiceWorkerRegistration(
[all...]
H A Dservice_worker_registration_handle.cc20 ServiceWorkerRegistration* registration)
76 ServiceWorkerRegistration* registration,
86 ServiceWorkerRegistration* registration) {
92 ServiceWorkerRegistration* registration) {
H A Dservice_worker_job_coordinator.h20 class ServiceWorkerRegistration;
39 void Update(ServiceWorkerRegistration* registration);
H A Dservice_worker_unregister_job.h20 class ServiceWorkerRegistration;
27 // ServiceWorkerRegistration itself.
50 const scoped_refptr<ServiceWorkerRegistration>& registration);
H A Dservice_worker_register_job.cc44 ServiceWorkerRegistration* registration)
89 scoped_refptr<ServiceWorkerRegistration> registration =
122 const scoped_refptr<ServiceWorkerRegistration>& registration) {
128 ServiceWorkerRegistration* ServiceWorkerRegisterJob::registration() {
146 const scoped_refptr<ServiceWorkerRegistration>& registration) {
151 ServiceWorkerRegistration*
194 const scoped_refptr<ServiceWorkerRegistration>& existing_registration) {
236 const scoped_refptr<ServiceWorkerRegistration>& existing_registration) {
263 // Creates a new ServiceWorkerRegistration.
273 set_registration(new ServiceWorkerRegistration(
[all...]
H A Dservice_worker_context_core.h49 class ServiceWorkerRegistration;
155 void UpdateServiceWorker(ServiceWorkerRegistration* registration);
159 ServiceWorkerRegistration* GetLiveRegistration(int64 registration_id);
160 void AddLiveRegistration(ServiceWorkerRegistration* registration);
188 typedef std::map<int64, ServiceWorkerRegistration*> RegistrationsMap;
198 ServiceWorkerRegistration* registration,
215 std::map<int64, ServiceWorkerRegistration*> live_registrations_;
H A Dservice_worker_storage.cc41 const scoped_refptr<ServiceWorkerRegistration>& registration,
49 const scoped_refptr<ServiceWorkerRegistration>& registration,
264 CompleteFindNow(scoped_refptr<ServiceWorkerRegistration>(),
274 scoped_refptr<ServiceWorkerRegistration> installing_registration =
302 CompleteFindSoon(FROM_HERE, scoped_refptr<ServiceWorkerRegistration>(),
312 scoped_refptr<ServiceWorkerRegistration> installing_registration =
334 ServiceWorkerRegistration* ServiceWorkerStorage::GetUninstallingRegistration(
358 CompleteFindNow(scoped_refptr<ServiceWorkerRegistration>(),
368 scoped_refptr<ServiceWorkerRegistration> installing_registration =
378 scoped_refptr<ServiceWorkerRegistration> registratio
[all...]
H A Dservice_worker_dispatcher_host.h26 class ServiceWorkerRegistration;
56 ServiceWorkerRegistration* registration);
123 ServiceWorkerRegistration* registration,
144 const scoped_refptr<ServiceWorkerRegistration>& registration);
H A Dservice_worker_storage_unittest.cc53 scoped_refptr<ServiceWorkerRegistration>* found,
55 const scoped_refptr<ServiceWorkerRegistration>& registration) {
64 scoped_refptr<ServiceWorkerRegistration>* found) {
229 scoped_refptr<ServiceWorkerRegistration> registration,
266 scoped_refptr<ServiceWorkerRegistration> registration) {
277 void UpdateLastUpdateCheckTime(ServiceWorkerRegistration* registration) {
284 scoped_refptr<ServiceWorkerRegistration>* registration) {
296 scoped_refptr<ServiceWorkerRegistration>* registration) {
310 scoped_refptr<ServiceWorkerRegistration>* registration) {
335 scoped_refptr<ServiceWorkerRegistration> found_registratio
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerRegistration.cpp6 #include "ServiceWorkerRegistration.h"
42 const AtomicString& ServiceWorkerRegistration::interfaceName() const
44 return EventTargetNames::ServiceWorkerRegistration;
47 void ServiceWorkerRegistration::dispatchUpdateFoundEvent()
52 void ServiceWorkerRegistration::setInstalling(WebServiceWorker* serviceWorker)
61 void ServiceWorkerRegistration::setWaiting(WebServiceWorker* serviceWorker)
70 void ServiceWorkerRegistration::setActive(WebServiceWorker* serviceWorker)
79 ServiceWorkerRegistration* ServiceWorkerRegistration::from(ExecutionContext* executionContext, WebType* registration)
86 ServiceWorkerRegistration* ServiceWorkerRegistratio
142 ServiceWorkerRegistration::ServiceWorkerRegistration(ExecutionContext* executionContext, PassOwnPtr<WebServiceWorkerRegistration> outerRegistration) function in class:blink::ServiceWorkerRegistration
[all...]
H A DServiceWorkerRegistration.h25 class ServiceWorkerRegistration FINAL
26 : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<ServiceWorkerRegistration>
31 DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<ServiceWorkerRegistration>);
32 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ServiceWorkerRegistration);
46 static ServiceWorkerRegistration* from(ExecutionContext*, WebType* registration);
47 static ServiceWorkerRegistration* take(ScriptPromiseResolver*, WebType* registration);
63 static ServiceWorkerRegistration* getOrCreate(ExecutionContext*, WebServiceWorkerRegistration*);
64 ServiceWorkerRegistration(ExecutionContext*, PassOwnPtr<WebServiceWorkerRegistration>);
H A DServiceWorkerContainer.h40 #include "modules/serviceworkers/ServiceWorkerRegistration.h"
83 typedef ScriptPromiseProperty<Member<ServiceWorkerContainer>, Member<ServiceWorkerRegistration>, Member<ServiceWorkerRegistration> > ReadyProperty;
88 Member<ServiceWorkerRegistration> m_readyRegistration;
/external/chromium_org/content/browser/
H A Dpush_messaging_router.h18 class ServiceWorkerRegistration;
52 const scoped_refptr<ServiceWorkerRegistration>&
59 const scoped_refptr<ServiceWorkerRegistration>&
H A Dpush_messaging_router.cc64 const scoped_refptr<ServiceWorkerRegistration>&
92 const scoped_refptr<ServiceWorkerRegistration>& service_worker_registration,

Completed in 1121 milliseconds

12345