Home
last modified time | relevance | path

Searched refs:handle_it (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/mojo/core/
Dwatcher_dispatcher.cc193 auto handle_it = watched_handles_.find(watch->dispatcher().get()); in CancelWatch() local
197 if (handle_it == watched_handles_.end()) in CancelWatch()
200 ready_watches_.erase(handle_it->second.get()); in CancelWatch()
201 watched_handles_.erase(handle_it); in CancelWatch()