Searched refs:WorkerStarted (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc125 void WorkerStarted(const scoped_refptr<ServiceWorkerRegistration>& registration, function in namespace:content::__anon7405
137 // Pass the reference of |registration| to WorkerStarted callback to prevent
139 // |registration| is 1, it will be deleted after WorkerStarted is called.
141 base::Bind(WorkerStarted, registration, callback));

Completed in 287 milliseconds