Searched defs:ServiceWorkerContextCore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_core.h57 class CONTENT_EXPORT ServiceWorkerContextCore class in namespace:content
81 friend class ServiceWorkerContextCore;
96 // ServiceWorkerContextCore, the methods of ServiceWorkerContextObserver will
98 ServiceWorkerContextCore(
106 ServiceWorkerContextCore(
107 ServiceWorkerContextCore* old_context,
109 virtual ~ServiceWorkerContextCore();
183 base::WeakPtr<ServiceWorkerContextCore> AsWeakPtr() {
205 base::WeakPtrFactory<ServiceWorkerContextCore> weak_factory_;
222 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerContextCore);
[all...]
H A Dservice_worker_context_core.cc27 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( function in class:content::ServiceWorkerContextCore
110 ServiceWorkerContextCore function in class:content::ServiceWorkerContextCore
[all...]

Completed in 68 milliseconds