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

  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
low_latency_event.h 60 Handle handles_[2]; member in class:webrtc::LowLatencyEvent
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
processing_component.h 45 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
  /external/webrtc/src/modules/audio_processing/
processing_component.h 47 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
  /external/chromium_org/content/browser/service_worker/
service_worker_dispatcher_host.h 164 IDMap<ServiceWorkerHandle, IDMapOwnPointer> handles_; member in class:content::ServiceWorkerDispatcherHost
  /external/chromium_org/device/usb/
usb_device_impl.h 85 HandlesVector handles_; member in class:device::UsbDeviceImpl
  /external/chromium_org/mojo/public/cpp/bindings/
message.h 71 const std::vector<Handle>* handles() const { return &handles_; }
72 std::vector<Handle>* mutable_handles() { return &handles_; }
77 std::vector<Handle> handles_; member in class:mojo::Message
  /external/chromium_org/ppapi/proxy/
resource_message_params.h 29 return handles_->data();
133 mutable scoped_refptr<SerializedHandles> handles_; member in class:ppapi::proxy::ResourceMessageParams
  /external/chromium_org/v8/test/cctest/
test-declarative-accessors.cc 44 if (handles_[i].IsEmpty()) continue;
45 handles_[i].Reset();
48 v8::Persistent<v8::Value> handles_[kArraySize]; member in class:HandleArray
300 array->handles_[index].Reset(helper.isolate_, expected);
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.cc 149 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
167 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
191 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
208 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) {
306 if (!ContainsKey(handles_, handle)) {
307 handles_.insert(handle);
324 if (ContainsKey(handles_, handle)) {
325 handles_.erase(handle);
523 std::set<std::string> handles_; member in namespace:device::__anon12648
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 206 void add_handle(const Handle& handle) { handles_.push_back(handle); }
211 for (size_t i = 0; i < handles_.size(); i++)
212 run_loop_->RemoveHandler(handles_[i]);
217 std::vector<Handle> handles_; member in class:mojo::__anon13424::RemoveManyRunLoopHandler
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.h 115 ScopedVector<storage::BlobDataHandle> handles_; member in class:content::IndexedDBBackingStore::BlobChangeRecord

Completed in 511 milliseconds