Searched refs:WillProcessIOEvent (Results 1 – 7 of 7) sorted by relevance
54 pump->WillProcessIOEvent(); in OnFileCanReadWithoutBlocking()63 pump->WillProcessIOEvent(); in OnFileCanWriteWithoutBlocking()163 void MessagePumpIOSForIO::WillProcessIOEvent() { in WillProcessIOEvent() function in base::MessagePumpIOSForIO164 FOR_EACH_OBSERVER(IOObserver, io_observers_, WillProcessIOEvent()); in WillProcessIOEvent()
98 pump->WillProcessIOEvent(); in OnFileCanReadWithoutBlocking()106 pump->WillProcessIOEvent(); in OnFileCanWriteWithoutBlocking()303 void MessagePumpLibevent::WillProcessIOEvent() { in WillProcessIOEvent() function in base::MessagePumpLibevent304 FOR_EACH_OBSERVER(IOObserver, io_observers_, WillProcessIOEvent()); in WillProcessIOEvent()
31 virtual void WillProcessIOEvent() = 0;127 void WillProcessIOEvent();
34 virtual void WillProcessIOEvent() = 0;133 void WillProcessIOEvent();
263 virtual void WillProcessIOEvent() = 0;334 void WillProcessIOEvent();
560 WillProcessIOEvent(); in WaitForIOCompletion()623 void MessagePumpForIO::WillProcessIOEvent() { in WillProcessIOEvent() function in base::MessagePumpForIO624 FOR_EACH_OBSERVER(IOObserver, io_observers_, WillProcessIOEvent()); in WillProcessIOEvent()
231 virtual void WillProcessIOEvent() OVERRIDE { in WillProcessIOEvent() function in __anoncbaa10200111::IOJankObserver