Searched defs:handles_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dlow_latency_event.h60 Handle handles_[2]; member in class:webrtc::LowLatencyEvent
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dprocessing_component.h45 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.h47 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_dispatcher_host.h164 IDMap<ServiceWorkerHandle, IDMapOwnPointer> handles_; member in class:content::ServiceWorkerDispatcherHost
/external/chromium_org/device/usb/
H A Dusb_device_impl.h85 HandlesVector handles_; member in class:device::UsbDeviceImpl
/external/chromium_org/mojo/public/cpp/bindings/
H A Dmessage.h71 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/
H A Dresource_message_params.h29 return handles_->data();
133 mutable scoped_refptr<SerializedHandles> handles_; member in class:ppapi::proxy::ResourceMessageParams
/external/chromium_org/v8/test/cctest/
H A Dtest-declarative-accessors.cc44 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/
H A Dmedia_transfer_protocol_manager.cc149 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::__anon8023
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc206 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::__anon8799::RemoveManyRunLoopHandler
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_backing_store.h115 ScopedVector<storage::BlobDataHandle> handles_; member in class:content::IndexedDBBackingStore::BlobChangeRecord

Completed in 282 milliseconds