Searched defs:handle_id (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/child/service_worker/
H A Dservice_worker_registration_handle_reference.h34 int handle_id() const { return info_.handle_id; } function in class:content::ServiceWorkerRegistrationHandleReference
H A Dservice_worker_handle_reference.h37 int handle_id() const { return info_.handle_id; } function in class:content::ServiceWorkerHandleReference
H A Dservice_worker_message_filter.cc23 int handle_id) {
24 if (handle_id == kInvalidServiceWorkerHandleId)
27 new ServiceWorkerHostMsg_DecrementServiceWorkerRefCount(handle_id));
32 int handle_id) {
33 if (handle_id == kInvalidServiceWorkerRegistrationHandleId)
36 new ServiceWorkerHostMsg_DecrementRegistrationRefCount(handle_id));
87 attrs.installing.handle_id);
89 attrs.waiting.handle_id);
91 attrs.active.handle_id);
92 SendRegistrationObjectDestroyed(thread_safe_sender_.get(), info.handle_id);
21 SendServiceWorkerObjectDestroyed( ThreadSafeSender* sender, int handle_id) argument
30 SendRegistrationObjectDestroyed( ThreadSafeSender* sender, int handle_id) argument
[all...]
H A Dservice_worker_provider_context.cc82 DCHECK_NE(kInvalidServiceWorkerRegistrationHandleId, info.handle_id);
102 int handle_id,
105 if (handle_id == controller_handle_id())
107 else if (handle_id == active_handle_id())
109 else if (handle_id == waiting_handle_id())
111 else if (handle_id == installing_handle_id())
164 return installing_ ? installing_->info().handle_id
170 return waiting_ ? waiting_->info().handle_id
176 return active_ ? active_->info().handle_id
182 return controller_ ? controller_->info().handle_id
101 OnServiceWorkerStateChanged( int handle_id, blink::WebServiceWorkerState state) argument
[all...]
H A Dservice_worker_dispatcher.cc229 if (info.handle_id == kInvalidServiceWorkerHandleId)
233 service_workers_.find(info.handle_id);
258 registrations_.find(info.handle_id);
275 if (info.handle_id == kInvalidServiceWorkerRegistrationHandleId)
298 if (attrs.installing.handle_id != kInvalidServiceWorkerHandleId)
299 worker_to_provider_[attrs.installing.handle_id] = provider->second;
300 if (attrs.waiting.handle_id != kInvalidServiceWorkerHandleId)
301 worker_to_provider_[attrs.waiting.handle_id] = provider->second;
302 if (attrs.active.handle_id != kInvalidServiceWorkerHandleId)
303 worker_to_provider_[attrs.active.handle_id]
462 OnServiceWorkerStateChanged( int thread_id, int handle_id, blink::WebServiceWorkerState state) argument
691 AddServiceWorker( int handle_id, WebServiceWorkerImpl* worker) argument
697 RemoveServiceWorker(int handle_id) argument
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.h74 int handle_id() const { return handle_id_; } function in class:content::ServiceWorkerHandle
H A Dservice_worker_registration_handle.h45 int handle_id() const { return handle_id_; } function in class:content::ServiceWorkerRegistrationHandle
H A Dservice_worker_dispatcher_host.cc202 int handle_id = handle->handle_id(); local
203 handles_.AddWithID(handle.release(), handle_id);
208 int handle_id = handle->handle_id(); local
209 registration_handles_.AddWithID(handle.release(), handle_id);
372 int handle_id,
380 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
617 int handle_id) {
620 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
371 OnPostMessageToWorker( int handle_id, const base::string16& message, const std::vector<int>& sent_message_port_ids) argument
616 OnIncrementServiceWorkerRefCount( int handle_id) argument
628 OnDecrementServiceWorkerRefCount( int handle_id) argument
[all...]
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c208 static int handle_id = 1; local
244 new_callback->handle = handle_id++;
/external/chromium_org/content/common/service_worker/
H A Dservice_worker_types.h123 int handle_id; member in struct:content::ServiceWorkerObjectInfo
131 int handle_id; member in struct:content::ServiceWorkerRegistrationObjectInfo

Completed in 4632 milliseconds