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

  /external/chromium_org/content/child/service_worker/
service_worker_handle_reference.cc 34 info_.handle_id != kInvalidServiceWorkerHandleId) {
37 info_.handle_id));
42 if (info_.handle_id != kInvalidServiceWorkerHandleId) {
45 info_.handle_id));
service_worker_message_filter.cc 22 int handle_id) {
23 if (handle_id == kInvalidServiceWorkerHandleId)
26 new ServiceWorkerHostMsg_DecrementServiceWorkerRefCount(handle_id));
75 SendServiceWorkerObjectDestroyed(thread_safe_sender_, info.handle_id);
82 SendServiceWorkerObjectDestroyed(thread_safe_sender_, info.handle_id);
service_worker_provider_context.cc 50 int handle_id,
53 if (handle_id == current_handle_id()) {
55 } else if (handle_id == waiting_handle_id()) {
91 return current_ ? current_->info().handle_id : kInvalidServiceWorkerHandleId;
96 return waiting_ ? waiting_->info().handle_id : kInvalidServiceWorkerHandleId;
service_worker_handle_reference.h 37 int handle_id() const { return info_.handle_id; } function in class:content::ServiceWorkerHandleReference
service_worker_dispatcher.cc 179 if (info.handle_id == kInvalidServiceWorkerHandleId)
183 service_workers_.find(info.handle_id);
248 int handle_id,
250 WorkerObjectMap::iterator worker = service_workers_.find(handle_id);
254 WorkerToProviderMap::iterator provider = worker_to_provider_.find(handle_id);
256 provider->second->OnServiceWorkerStateChanged(handle_id, state);
266 if (existing_waiting_id != info.handle_id &&
275 if (info.handle_id != kInvalidServiceWorkerHandleId)
276 worker_to_provider_[info.handle_id] = provider->second;
293 worker_to_provider_[info.handle_id] = provider->second
    [all...]
web_service_worker_impl.cc 32 dispatcher->AddServiceWorker(handle_ref_->handle_id(), this);
36 if (handle_ref_->handle_id() == kInvalidServiceWorkerHandleId)
41 dispatcher->RemoveServiceWorker(handle_ref_->handle_id());
88 handle_ref_->handle_id(),
service_worker_dispatcher.h 121 int handle_id,
135 // Keeps map from handle_id to ServiceWorker object.
136 void AddServiceWorker(int handle_id, WebServiceWorkerImpl* worker);
137 void RemoveServiceWorker(int handle_id);
service_worker_provider_context.h 41 void OnServiceWorkerStateChanged(int handle_id,
  /external/chromium_org/content/browser/service_worker/
service_worker_dispatcher_host.h 87 void OnPostMessage(int handle_id,
90 void OnIncrementServiceWorkerRefCount(int handle_id);
91 void OnDecrementServiceWorkerRefCount(int handle_id);
92 void OnPostMessageToWorker(int handle_id,
95 void OnServiceWorkerObjectDestroyed(int handle_id);
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...]
service_worker_handle_unittest.cc 102 VerifyStateChangedMessage(handle->handle_id(),
109 VerifyStateChangedMessage(handle->handle_id(),
service_worker_handle.h 72 int handle_id() const { return handle_id_; } function in class:content::ServiceWorkerHandle
service_worker_handle.cc 109 info.handle_id = handle_id_;
  /external/chromium_org/content/common/service_worker/
service_worker_types.cc 38 : handle_id(kInvalidServiceWorkerHandleId),
service_worker_types.h 77 int handle_id; member in struct:content::ServiceWorkerObjectInfo
service_worker_messages.h 47 IPC_STRUCT_TRAITS_MEMBER(handle_id)
71 int /* handle_id */,
88 int /* handle_id */)
90 int /* handle_id */)
157 int /* handle_id */,
  /external/chromium_org/content/renderer/
speech_recognition_dispatcher.h 59 const blink::WebSpeechRecognitionHandle& GetHandleFromID(int handle_id);
  /external/chromium_org/media/tools/constrained_network_server/
traffic_control_test.py 160 handle_id = traffic_control._GetFilterHandleId(config['interface'],
162 self.assertNotEqual(handle_id, None)
traffic_control.py 259 handle_id = _GetFilterHandleId(interface, port)
261 'parent', '1:0', 'handle', handle_id, 'prio', '1', 'u32']
  /external/chromium_org/third_party/libusb/src/libusb/
hotplug.c 208 static int handle_id = 1; local
244 new_callback->handle = handle_id++;

Completed in 210 milliseconds