Searched refs:fd_watcher_ (Results 1 – 3 of 3) sorted by relevance
148 std::unique_ptr<base::MessageLoopForIO::FileDescriptorWatcher> fd_watcher_; member in timers::AlarmTimer::Delegate228 fd_watcher_.reset(); in Stop()281 fd_watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher); in ResetImpl()286 fd_watcher_.get(), this)) { in ResetImpl()
318 fd_, persistent_, base_mode_, &fd_watcher_, this); in StartWatching()323 fd_watcher_.StopWatchingFileDescriptor(); in StopWatching()
137 base::MessageLoopForIO::FileDescriptorWatcher fd_watcher_; variable