Searched refs:FdWatchController (Results 1 – 9 of 9) sorted by relevance
74 std::unique_ptr<MessagePumpForIO::FdWatchController> watcher_to_delete_;133 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()154 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()172 std::make_unique<MessagePumpForIO::FdWatchController>(FROM_HERE); in TEST_F()183 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()209 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()232 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()250 void StopWatching(MessagePumpForIO::FdWatchController* controller, in StopWatching()260 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()280 MessagePumpForIO::FdWatchController watcher(FROM_HERE); in TEST_F()[all …]
46 MessagePumpLibevent::FdWatchController::FdWatchController( in FdWatchController() function in base::MessagePumpLibevent::FdWatchController50 MessagePumpLibevent::FdWatchController::~FdWatchController() { in ~FdWatchController()60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()72 void MessagePumpLibevent::FdWatchController::Init(std::unique_ptr<event> e) { in Init()79 std::unique_ptr<event> MessagePumpLibevent::FdWatchController::ReleaseEvent() { in ReleaseEvent()83 void MessagePumpLibevent::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()93 void MessagePumpLibevent::FdWatchController::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()130 FdWatchController* controller, in WatchFileDescriptor()307 FdWatchController* controller = static_cast<FdWatchController*>(context); in OnLibeventNotification()
28 class FdWatchController : public FdWatchControllerInterface {30 explicit FdWatchController(const Location& from_here);33 ~FdWatchController() override;63 DISALLOW_COPY_AND_ASSIGN(FdWatchController);72 FdWatchController* controller,
215 MessagePumpForUI::FdWatchController* controller,271 MessagePumpForIO::FdWatchController* controller,
157 MessagePumpForUI::FdWatchController* controller, in WatchFileDescriptor()225 MessagePumpForIO::FdWatchController* controller, in WatchFileDescriptor()
296 new base::MessagePumpForIO::FdWatchController(FROM_HERE)); in StartOnIOThread()304 new base::MessagePumpForIO::FdWatchController(FROM_HERE)); in StartOnIOThread()715 std::unique_ptr<base::MessagePumpForIO::FdWatchController> read_watcher_;716 std::unique_ptr<base::MessagePumpForIO::FdWatchController> write_watcher_;
138 base::MessagePumpForIO::FdWatchController fd_watcher_;
65 MessagePumpForIO::FdWatchController fd_watch_controller_;
47 base::MessagePumpForIO::FdWatchController* GetWatcher() { in GetWatcher()83 base::MessagePumpForIO::FdWatchController file_descriptor_watcher_;