Home | History | Annotate | Download | only in service_worker

Lines Matching defs:ServiceWorkerProviderContext

20 ServiceWorkerProviderContext::ServiceWorkerProviderContext(int provider_id)
33 ServiceWorkerProviderContext::~ServiceWorkerProviderContext() {
40 ServiceWorkerHandleReference* ServiceWorkerProviderContext::installing() {
45 ServiceWorkerHandleReference* ServiceWorkerProviderContext::waiting() {
50 ServiceWorkerHandleReference* ServiceWorkerProviderContext::active() {
55 ServiceWorkerHandleReference* ServiceWorkerProviderContext::controller() {
61 ServiceWorkerProviderContext::registration() {
67 ServiceWorkerProviderContext::GetVersionAttributes() {
78 void ServiceWorkerProviderContext::OnAssociateRegistration(
93 void ServiceWorkerProviderContext::OnDisassociateRegistration() {
101 void ServiceWorkerProviderContext::OnServiceWorkerStateChanged(
124 void ServiceWorkerProviderContext::OnSetInstallingServiceWorker(
132 void ServiceWorkerProviderContext::OnSetWaitingServiceWorker(
140 void ServiceWorkerProviderContext::OnSetActiveServiceWorker(
148 void ServiceWorkerProviderContext::OnSetControllerServiceWorker(
162 int ServiceWorkerProviderContext::installing_handle_id() const {
168 int ServiceWorkerProviderContext::waiting_handle_id() const {
174 int ServiceWorkerProviderContext::active_handle_id() const {
180 int ServiceWorkerProviderContext::controller_handle_id() const {
186 int ServiceWorkerProviderContext::registration_handle_id() const {
192 bool ServiceWorkerProviderContext::IsAssociatedWithRegistration(