Lines Matching defs:ServiceWorkerContextWrapper

24 ServiceWorkerContextWrapper::ServiceWorkerContextWrapper(
32 ServiceWorkerContextWrapper::~ServiceWorkerContextWrapper() {
35 void ServiceWorkerContextWrapper::Init(
58 void ServiceWorkerContextWrapper::Shutdown() {
64 base::Bind(&ServiceWorkerContextWrapper::ShutdownOnIO, this));
67 void ServiceWorkerContextWrapper::DeleteAndStartOver() {
70 base::Bind(&ServiceWorkerContextWrapper::DidDeleteAndStartOver, this));
73 ServiceWorkerContextCore* ServiceWorkerContextWrapper::context() {
90 void ServiceWorkerContextWrapper::RegisterServiceWorker(
98 base::Bind(&ServiceWorkerContextWrapper::RegisterServiceWorker,
123 void ServiceWorkerContextWrapper::UnregisterServiceWorker(
130 base::Bind(&ServiceWorkerContextWrapper::UnregisterServiceWorker,
142 void ServiceWorkerContextWrapper::Terminate() {
147 void ServiceWorkerContextWrapper::GetAllOriginsInfo(
151 &ServiceWorkerContextWrapper::DidGetAllRegistrationsForGetAllOrigins,
156 void ServiceWorkerContextWrapper::DidGetAllRegistrationsForGetAllOrigins(
193 void ServiceWorkerContextWrapper::DeleteForOrigin(const GURL& origin_url) {
196 &ServiceWorkerContextWrapper::DidGetAllRegistrationsForDeleteForOrigin,
201 void ServiceWorkerContextWrapper::DidGetAllRegistrationsForDeleteForOrigin(
218 void ServiceWorkerContextWrapper::AddObserver(
223 void ServiceWorkerContextWrapper::RemoveObserver(
228 void ServiceWorkerContextWrapper::SetBlobParametersForCache(
240 void ServiceWorkerContextWrapper::InitInternal(
250 base::Bind(&ServiceWorkerContextWrapper::InitInternal,
269 void ServiceWorkerContextWrapper::ShutdownOnIO() {
274 void ServiceWorkerContextWrapper::DidDeleteAndStartOver(