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

  /external/chromium_org/content/browser/service_worker/
service_worker_register_job.cc 29 ServiceWorkerRegisterJob::ServiceWorkerRegisterJob(
42 ServiceWorkerRegisterJob::ServiceWorkerRegisterJob(
56 ServiceWorkerRegisterJob::~ServiceWorkerRegisterJob() {
62 void ServiceWorkerRegisterJob::AddCallback(
76 void ServiceWorkerRegisterJob::Start() {
81 &ServiceWorkerRegisterJob::ContinueWithRegistration,
85 &ServiceWorkerRegisterJob::ContinueWithUpdate
    [all...]
service_worker_register_job.h 36 class ServiceWorkerRegisterJob : public ServiceWorkerRegisterJobBase,
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 1004 milliseconds