Searched refs:FdWatchControllerInterface (Results 1 – 4 of 4) sorted by relevance
9 WatchableIOMessagePumpPosix::FdWatchControllerInterface::10 FdWatchControllerInterface(const Location& from_here) in FdWatchControllerInterface() function in base::WatchableIOMessagePumpPosix::FdWatchControllerInterface13 WatchableIOMessagePumpPosix::FdWatchControllerInterface::14 ~FdWatchControllerInterface() = default;
26 class FdWatchControllerInterface {28 explicit FdWatchControllerInterface(const Location& from_here);33 virtual ~FdWatchControllerInterface();52 DISALLOW_COPY_AND_ASSIGN(FdWatchControllerInterface);
28 class FdWatchController : public FdWatchControllerInterface {
48 : FdWatchControllerInterface(from_here) {} in FdWatchController()