/external/webrtc/src/modules/audio_processing/ |
processing_component.h | 47 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
|
/external/chromium_org/chrome/browser/usb/ |
usb_device.h | 87 HandlesVector handles_; member in class:UsbDevice
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default.cc | 54 Handles handles_; member in class:PasswordStoreDefault::MigrateHelper 60 for (Handles::const_iterator i = handles_.begin(); i != handles_.end(); ++i) 62 handles_.clear(); 66 handles_.insert(web_data_service_->GetAutofillableLogins(this)); 67 handles_.insert(web_data_service_->GetBlacklistLogins(this)); 75 DCHECK(handles_.end() != handles_.find(handle)); 78 handles_.erase(handle); 95 if (handles_.empty()) [all...] |
/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 297 array->handles_[index].Reset(helper.isolate_, expected);
|
/external/chromium_org/device/media_transfer_protocol/ |
media_transfer_protocol_manager.cc | 138 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 157 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 177 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 198 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 218 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 235 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 253 if (!ContainsKey(handles_, storage_handle) || !mtp_client_) { 347 if (!ContainsKey(handles_, handle)) { 348 handles_.insert(handle); 365 if (ContainsKey(handles_, handle)) 486 std::set<std::string> handles_; member in class:device::__anon8382::MediaTransferProtocolManagerImpl [all...] |
/external/chromium_org/mojo/system/ |
raw_channel_posix_unittest.cc | 89 handles_[0] = server_channel->PassHandle(); 90 handles_[1] = client_channel->PassHandle(); 94 if (handles_[0].is_valid()) 95 close(handles_[0].fd); 96 if (handles_[1].is_valid()) 97 close(handles_[1].fd); 103 int fd(size_t i) { return handles_[i].fd; } 104 void clear_fd(size_t i) { handles_[i] = PlatformChannelHandle(); } 116 PlatformChannelHandle handles_[2]; member in class:mojo::system::__anon8760::RawChannelPosixTest
|
/external/chromium/net/base/ |
dnsrr_resolver.cc | 663 handles_.push_back(handle); 674 handles_.swap(handles); 683 std::vector<RRResolverHandle*> handles_; member in class:net::RRResolverJob
|