Lines Matching defs:ServiceWorkerContextCore

27     ServiceWorkerContextCore::kServiceWorkerDirectory[] =
30 ServiceWorkerContextCore::ProviderHostIterator::~ProviderHostIterator() {}
33 ServiceWorkerContextCore::ProviderHostIterator::GetProviderHost() {
38 void ServiceWorkerContextCore::ProviderHostIterator::Advance() {
60 bool ServiceWorkerContextCore::ProviderHostIterator::IsAtEnd() {
65 ServiceWorkerContextCore::ProviderHostIterator::ProviderHostIterator(
72 void ServiceWorkerContextCore::ProviderHostIterator::Initialize() {
84 ServiceWorkerContextCore::ServiceWorkerContextCore(
110 ServiceWorkerContextCore::ServiceWorkerContextCore(
111 ServiceWorkerContextCore* old_context,
129 ServiceWorkerContextCore::~ServiceWorkerContextCore() {
138 ServiceWorkerProviderHost* ServiceWorkerContextCore::GetProviderHost(
146 void ServiceWorkerContextCore::AddProviderHost(
157 void ServiceWorkerContextCore::RemoveProviderHost(
164 void ServiceWorkerContextCore::RemoveAllProviderHostsForProcess(
170 scoped_ptr<ServiceWorkerContextCore::ProviderHostIterator>
171 ServiceWorkerContextCore::GetProviderHostIterator() {
175 void ServiceWorkerContextCore::RegisterServiceWorker(
192 base::Bind(&ServiceWorkerContextCore::RegistrationComplete,
198 void ServiceWorkerContextCore::UnregisterServiceWorker(
209 base::Bind(&ServiceWorkerContextCore::UnregistrationComplete,
215 void ServiceWorkerContextCore::UpdateServiceWorker(
223 void ServiceWorkerContextCore::RegistrationComplete(
225 const ServiceWorkerContextCore::RegistrationCallback& callback,
248 void ServiceWorkerContextCore::UnregistrationComplete(
250 const ServiceWorkerContextCore::UnregistrationCallback& callback,
259 ServiceWorkerRegistration* ServiceWorkerContextCore::GetLiveRegistration(
265 void ServiceWorkerContextCore::AddLiveRegistration(
271 void ServiceWorkerContextCore::RemoveLiveRegistration(int64 id) {
275 ServiceWorkerVersion* ServiceWorkerContextCore::GetLiveVersion(
281 void ServiceWorkerContextCore::AddLiveVersion(ServiceWorkerVersion* version) {
287 void ServiceWorkerContextCore::RemoveLiveVersion(int64 id) {
292 ServiceWorkerContextCore::GetAllLiveRegistrationInfo() {
304 ServiceWorkerContextCore::GetAllLiveVersionInfo() {
315 int ServiceWorkerContextCore::GetNewServiceWorkerHandleId() {
319 int ServiceWorkerContextCore::GetNewRegistrationHandleId() {
323 void ServiceWorkerContextCore::ScheduleDeleteAndStartOver() const {
330 void ServiceWorkerContextCore::DeleteAndStartOver(
336 void ServiceWorkerContextCore::SetBlobParametersForCache(
345 void ServiceWorkerContextCore::OnWorkerStarted(ServiceWorkerVersion* version) {
354 void ServiceWorkerContextCore::OnWorkerStopped(ServiceWorkerVersion* version) {
363 void ServiceWorkerContextCore::OnVersionStateChanged(
371 void ServiceWorkerContextCore::OnErrorReported(
388 void ServiceWorkerContextCore::OnReportConsoleMessage(
406 ServiceWorkerProcessManager* ServiceWorkerContextCore::process_manager() {