Searched refs:WatcherSet (Results 1 – 4 of 4) sorted by relevance
13 WatcherSet::WatcherSet() {} in WatcherSet() function in mojo::edk::WatcherSet15 WatcherSet::~WatcherSet() {} in ~WatcherSet()17 void WatcherSet::NotifyForStateChange(const HandleSignalsState& state) { in NotifyForStateChange()22 void WatcherSet::NotifyClosed() { in NotifyClosed()27 MojoResult WatcherSet::Add(MojoHandleSignals signals, in Add()46 MojoResult WatcherSet::Remove(uintptr_t context) { in Remove()
22 class WatcherSet {24 WatcherSet();25 ~WatcherSet();48 DISALLOW_COPY_AND_ASSIGN(WatcherSet);
64 WatcherSet watchers_;
66 typedef std::set<FilePathWatcherImpl*> WatcherSet; typedef in base::__anon7f9c86bd0111::InotifyReader72 hash_map<Watch, WatcherSet> watchers_;334 for (WatcherSet::iterator watcher = watchers_[event->wd].begin(); in OnInotifyEvent()