Home | History | Annotate | Download | only in message_loop

Lines Matching refs:pump

52     MessagePumpIOSForIO* pump) {
54 pump->WillProcessIOEvent();
56 pump->DidProcessIOEvent();
61 MessagePumpIOSForIO* pump) {
63 pump->WillProcessIOEvent();
65 pump->DidProcessIOEvent();
85 // WatchFileDescriptor should be called on the pump thread. It is not
186 MessagePumpIOSForIO* pump = controller->pump().get();
187 DCHECK(pump);
189 controller->OnFileCanWriteWithoutBlocking(fd, pump);
198 controller->OnFileCanReadWithoutBlocking(fd, pump);