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

  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.cc 147 void FindRegistrationForPattern(
155 base::Bind(FindRegistrationForPattern, context, scope, callback));
159 context->context()->storage()->FindRegistrationForPattern(scope, callback);
672 FindRegistrationForPattern(
service_worker_storage_unittest.cc 294 ServiceWorkerStatusCode FindRegistrationForPattern(
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(kScope, &found_registration))
    [all...]
service_worker_storage.cc 295 void ServiceWorkerStorage::FindRegistrationForPattern(
299 &ServiceWorkerStorage::FindRegistrationForPattern,
    [all...]

Completed in 183 milliseconds