Home | History | Annotate | Download | only in service_worker

Lines Matching defs:ServiceWorkerProviderContext

19 ServiceWorkerProviderContext::ServiceWorkerProviderContext(int provider_id)
32 ServiceWorkerProviderContext::~ServiceWorkerProviderContext() {
39 ServiceWorkerHandleReference* ServiceWorkerProviderContext::waiting() {
44 ServiceWorkerHandleReference* ServiceWorkerProviderContext::current() {
49 void ServiceWorkerProviderContext::OnServiceWorkerStateChanged(
69 void ServiceWorkerProviderContext::OnSetWaitingServiceWorker(
76 void ServiceWorkerProviderContext::OnSetCurrentServiceWorker(
89 int ServiceWorkerProviderContext::current_handle_id() const {
94 int ServiceWorkerProviderContext::waiting_handle_id() const {