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

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_register_job.cc29 ServiceWorkerRegisterJob::ServiceWorkerRegisterJob( function in class:content::ServiceWorkerRegisterJob
42 ServiceWorkerRegisterJob::ServiceWorkerRegisterJob( function in class:content::ServiceWorkerRegisterJob
56 ServiceWorkerRegisterJob::~ServiceWorkerRegisterJob() {
62 void ServiceWorkerRegisterJob::AddCallback(
76 void ServiceWorkerRegisterJob::Start() {
81 &ServiceWorkerRegisterJob::ContinueWithRegistration,
85 &ServiceWorkerRegisterJob
[all...]
H A Dservice_worker_register_job.h36 class ServiceWorkerRegisterJob : public ServiceWorkerRegisterJobBase, class in namespace:content
46 CONTENT_EXPORT ServiceWorkerRegisterJob(
52 CONTENT_EXPORT ServiceWorkerRegisterJob(
55 virtual ~ServiceWorkerRegisterJob();
167 base::WeakPtrFactory<ServiceWorkerRegisterJob> weak_factory_;
169 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerRegisterJob);

Completed in 76 milliseconds