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 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
    [all...]
service_worker_context_core.h 57 class CONTENT_EXPORT ServiceWorkerContextCore
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...]

Completed in 956 milliseconds