Lines Matching refs:MessagePumpLibevent
47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() in FileDescriptorWatcher()
54 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() { in ~FileDescriptorWatcher()
64 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()
77 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) { in Init()
84 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() { in ReleaseEvent()
90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
92 MessagePumpLibevent*) { in OnFileCanReadWithoutBlocking() argument
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
102 MessagePumpLibevent*) { in OnFileCanWriteWithoutBlocking() argument
107 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent
118 MessagePumpLibevent::~MessagePumpLibevent() { in ~MessagePumpLibevent()
134 bool MessagePumpLibevent::WatchFileDescriptor(int fd, in WatchFileDescriptor()
206 void MessagePumpLibevent::Run(Delegate* delegate) { in Run()
270 void MessagePumpLibevent::Quit() { in Quit()
277 void MessagePumpLibevent::ScheduleWork() { in ScheduleWork()
285 void MessagePumpLibevent::ScheduleDelayedWork( in ScheduleDelayedWork()
293 bool MessagePumpLibevent::Init() { in Init()
321 void MessagePumpLibevent::OnLibeventNotification(int fd, in OnLibeventNotification()
330 MessagePumpLibevent* pump = controller->pump(); in OnLibeventNotification()
352 void MessagePumpLibevent::OnWakeup(int socket, short /*flags*/, void* context) { in OnWakeup()
353 MessagePumpLibevent* that = static_cast<MessagePumpLibevent*>(context); in OnWakeup()