Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dwatchable_io_message_pump_posix.cc9 WatchableIOMessagePumpPosix::FdWatchControllerInterface::
10 FdWatchControllerInterface(const Location& from_here) in FdWatchControllerInterface() function in base::WatchableIOMessagePumpPosix::FdWatchControllerInterface
13 WatchableIOMessagePumpPosix::FdWatchControllerInterface::
14 ~FdWatchControllerInterface() = default;
Dwatchable_io_message_pump_posix.h26 class FdWatchControllerInterface {
28 explicit FdWatchControllerInterface(const Location& from_here);
33 virtual ~FdWatchControllerInterface();
52 DISALLOW_COPY_AND_ASSIGN(FdWatchControllerInterface);
Dmessage_pump_libevent.h28 class FdWatchController : public FdWatchControllerInterface {
Dmessage_pump_libevent.cc48 : FdWatchControllerInterface(from_here) {} in FdWatchController()