Searched refs:watched_handles_ (Results 1 – 2 of 2) sorted by relevance
24 auto it = watched_handles_.find(dispatcher); in NotifyHandleState()25 if (it == watched_handles_.end()) in NotifyHandleState()44 auto it = watched_handles_.find(dispatcher); in NotifyHandleClosed()45 if (it == watched_handles_.end()) in NotifyHandleClosed()53 watched_handles_.erase(it); in NotifyHandleClosed()107 watched_handles_.clear(); in Close()132 if (watches_.count(context) || watched_handles_.count(dispatcher.get())) in WatchDispatcher()139 watched_handles_.insert(std::make_pair(dispatcher.get(), watch)); in WatchDispatcher()149 watched_handles_.erase(dispatcher.get()); in WatchDispatcher()193 auto handle_it = watched_handles_.find(watch->dispatcher().get()); in CancelWatch()[all …]
80 base::flat_map<Dispatcher*, scoped_refptr<Watch>> watched_handles_; variable