Searched refs:ptrs_ (Results 1 – 1 of 1) sorted by relevance
27 ptrs_.push_back(weak_interface_ptr->GetWeakPtr()); in AddPtr()33 for (const auto& it : ptrs_) { in ForAllPtrs()41 for (const auto& it : ptrs_) { in CloseAll()45 ptrs_.clear(); in CloseAll()76 ptrs_.erase(std::remove_if(ptrs_.begin(), ptrs_.end(), in ClearNullPtrs()80 ptrs_.end()); in ClearNullPtrs()83 std::vector<base::WeakPtr<Element>> ptrs_; variable