HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerContextCore (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/service_worker/
service_worker_context_core.cc 25 ServiceWorkerContextCore::ProviderHostIterator::~ProviderHostIterator() {}
28 ServiceWorkerContextCore::ProviderHostIterator::GetProviderHost() {
33 void ServiceWorkerContextCore::ProviderHostIterator::Advance() {
55 bool ServiceWorkerContextCore::ProviderHostIterator::IsAtEnd() {
60 ServiceWorkerContextCore::ProviderHostIterator::ProviderHostIterator(
67 void ServiceWorkerContextCore::ProviderHostIterator::Initialize() {
79 ServiceWorkerContextCore::ServiceWorkerContextCore(
99 ServiceWorkerContextCore::~ServiceWorkerContextCore() {
    [all...]
service_worker_context_core.h 52 class CONTENT_EXPORT ServiceWorkerContextCore
72 friend class ServiceWorkerContextCore;
87 // ServiceWorkerContextCore, the methods of ServiceWorkerContextObserver will
89 ServiceWorkerContextCore(
96 virtual ~ServiceWorkerContextCore();
160 base::WeakPtr<ServiceWorkerContextCore> AsWeakPtr() {
182 base::WeakPtrFactory<ServiceWorkerContextCore> weak_factory_;
197 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerContextCore);

Completed in 661 milliseconds