Lines Matching refs:MessagePumpLibevent
28 // MessagePumpLibevent::WatchFileDescriptor(),
36 // is active after its MessagePumpLibevent has been destroyed.
52 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher()
59 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() {
65 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() {
78 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e,
87 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() {
93 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking(
94 int fd, MessagePumpLibevent* pump) {
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking(
101 int fd, MessagePumpLibevent* pump) {
107 MessagePumpLibevent::MessagePumpLibevent()
117 MessagePumpLibevent::~MessagePumpLibevent() {
133 bool MessagePumpLibevent::WatchFileDescriptor(int fd,
196 void MessagePumpLibevent::AddIOObserver(IOObserver *obs) {
200 void MessagePumpLibevent::RemoveIOObserver(IOObserver *obs) {
211 void MessagePumpLibevent::Run(Delegate* delegate) {
266 void MessagePumpLibevent::Quit() {
273 void MessagePumpLibevent::ScheduleWork() {
281 void MessagePumpLibevent::ScheduleDelayedWork(
289 void MessagePumpLibevent::WillProcessIOEvent() {
293 void MessagePumpLibevent::DidProcessIOEvent() {
297 bool MessagePumpLibevent::Init() {
325 void MessagePumpLibevent::OnLibeventNotification(int fd, short flags,
330 MessagePumpLibevent* pump = controller->pump();
342 void MessagePumpLibevent::OnWakeup(int socket, short flags, void* context) {
343 base::MessagePumpLibevent* that =
344 static_cast<base::MessagePumpLibevent*>(context);