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

  /external/chromium_org/content/browser/service_worker/
service_worker_handle.h 72 int handle_id() const { return handle_id_; } function in class:content::ServiceWorkerHandle
service_worker_dispatcher_host.cc 161 int handle_id = handle->handle_id(); local
162 handles_.AddWithID(handle.release(), handle_id);
262 int handle_id,
268 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
412 int handle_id) {
413 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
422 int handle_id) {
423 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
430 handles_.Remove(handle_id);
    [all...]
  /external/chromium_org/content/child/service_worker/
service_worker_handle_reference.h 37 int handle_id() const { return info_.handle_id; } function in class:content::ServiceWorkerHandleReference
  /external/chromium_org/third_party/libusb/src/libusb/
hotplug.c 208 static int handle_id = 1; local
244 new_callback->handle = handle_id++;
  /external/chromium_org/content/common/service_worker/
service_worker_types.h 77 int handle_id; member in struct:content::ServiceWorkerObjectInfo

Completed in 509 milliseconds