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

  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.cc 133 int request_id = pending_unregistration_callbacks_.Add(callbacks);
353 pending_unregistration_callbacks_.Lookup(request_id);
358 pending_unregistration_callbacks_.Remove(request_id);
426 pending_unregistration_callbacks_.Lookup(request_id);
434 pending_unregistration_callbacks_.Remove(request_id);
service_worker_dispatcher.h 233 UnregistrationCallbackMap pending_unregistration_callbacks_; member in class:content::ServiceWorkerDispatcher

Completed in 2209 milliseconds