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

/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_unregister_job.cc36 context_->storage()->FindRegistrationForPattern(
H A Dservice_worker_job_unittest.cc267 storage()->FindRegistrationForPattern(
310 storage()->FindRegistrationForPattern(
336 storage()->FindRegistrationForPattern(
367 storage()->FindRegistrationForPattern(
393 storage()->FindRegistrationForPattern(
465 storage()->FindRegistrationForPattern(
509 storage()->FindRegistrationForPattern(
554 storage()->FindRegistrationForPattern(
591 storage()->FindRegistrationForPattern(
633 storage()->FindRegistrationForPattern(
[all...]
H A Dservice_worker_storage_unittest.cc294 ServiceWorkerStatusCode FindRegistrationForPattern( function in class:content::ServiceWorkerStorageTest
299 storage()->FindRegistrationForPattern(
343 FindRegistrationForPattern(kScope, &found_registration));
370 // But FindRegistrationForPattern is always async.
372 FindRegistrationForPattern(kScope, &found_registration));
400 // And FindRegistrationForPattern is always async.
402 FindRegistrationForPattern(kScope, &found_registration));
492 FindRegistrationForPattern(kScope, &found_registration));
515 FindRegistrationForPattern(kScope, &found_registration));
538 FindRegistrationForPattern(kScop
[all...]
H A Dservice_worker_internals_ui.cc147 void FindRegistrationForPattern( function in namespace:content::__anon7405
155 base::Bind(FindRegistrationForPattern, context, scope, callback));
159 context->context()->storage()->FindRegistrationForPattern(scope, callback);
672 FindRegistrationForPattern(
H A Dservice_worker_storage.h77 // registration is found. The FindRegistrationForPattern method is
84 void FindRegistrationForPattern(const GURL& scope,
H A Dservice_worker_register_job.cc94 context_->storage()->FindRegistrationForPattern(pattern_, next_step);
H A Dservice_worker_storage.cc295 void ServiceWorkerStorage::FindRegistrationForPattern( function in class:content::ServiceWorkerStorage
299 &ServiceWorkerStorage::FindRegistrationForPattern,

Completed in 2353 milliseconds