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

  /external/webrtc/src/modules/audio_processing/
processing_component.cc 30 while (!handles_.empty()) {
31 DestroyHandle(handles_.back());
32 handles_.pop_back();
61 return handles_[index];
74 if (num_handles_ > static_cast<int>(handles_.size())) {
75 handles_.resize(num_handles_, NULL);
78 assert(static_cast<int>(handles_.size()) >= num_handles_);
80 if (handles_[i] == NULL) {
81 handles_[i] = CreateHandle();
82 if (handles_[i] == NULL)
    [all...]
processing_component.h 47 std::vector<void*> handles_; member in class:webrtc::ProcessingComponent
  /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/net/base/
dnsrr_resolver.cc 663 handles_.push_back(handle);
674 handles_.swap(handles);
683 std::vector<RRResolverHandle*> handles_; member in class:net::RRResolverJob

Completed in 1589 milliseconds