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

  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 157 int request_id = pending_get_registration_callbacks_.Add(callbacks);
375 pending_get_registration_callbacks_.Lookup(request_id);
385 pending_get_registration_callbacks_.Remove(request_id);
451 pending_get_registration_callbacks_.Lookup(request_id);
459 pending_get_registration_callbacks_.Remove(request_id);
service_worker_dispatcher.h 234 GetRegistrationCallbackMap pending_get_registration_callbacks_; member in class:content::ServiceWorkerDispatcher

Completed in 88 milliseconds