Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_descriptor_watcher_posix.cc65 MessagePumpForIO::FdWatchController fd_watch_controller_; member in base::FileDescriptorWatcher::Controller::Watcher
97 : fd_watch_controller_(FROM_HERE), in Watcher()
114 fd_, false, mode_, &fd_watch_controller_, this)) { in StartWatching()