Lines Matching refs:MessagePumpLibevent
46 MessagePumpLibevent::FdWatchController::FdWatchController( in FdWatchController()
50 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()
85 MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking()
93 void MessagePumpLibevent::FdWatchController::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
95 MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking()
100 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent
111 MessagePumpLibevent::~MessagePumpLibevent() { in ~MessagePumpLibevent()
127 bool MessagePumpLibevent::WatchFileDescriptor(int fd, in WatchFileDescriptor()
197 void MessagePumpLibevent::Run(Delegate* delegate) { in Run()
261 void MessagePumpLibevent::Quit() { in Quit()
268 void MessagePumpLibevent::ScheduleWork() { in ScheduleWork()
276 void MessagePumpLibevent::ScheduleDelayedWork( in ScheduleDelayedWork()
284 bool MessagePumpLibevent::Init() { in Init()
304 void MessagePumpLibevent::OnLibeventNotification(int fd, in OnLibeventNotification()
315 MessagePumpLibevent* pump = controller->pump(); in OnLibeventNotification()
337 void MessagePumpLibevent::OnWakeup(int socket, short flags, void* context) { in OnWakeup()
338 MessagePumpLibevent* that = static_cast<MessagePumpLibevent*>(context); in OnWakeup()