Searched defs:WillProcessIOEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_libevent.cc95 pump->WillProcessIOEvent();
102 pump->WillProcessIOEvent();
289 void MessagePumpLibevent::WillProcessIOEvent() { function in class:base::MessagePumpLibevent
290 FOR_EACH_OBSERVER(IOObserver, io_observers_, WillProcessIOEvent());
H A Dmessage_pump_win.cc512 WillProcessIOEvent();
575 void MessagePumpForIO::WillProcessIOEvent() { function in class:base::MessagePumpForIO
576 FOR_EACH_OBSERVER(IOObserver, io_observers_, WillProcessIOEvent());
/external/chromium/chrome/browser/
H A Djankometer.cc238 virtual void WillProcessIOEvent() { function in class:__anon2101::IOJankObserver

Completed in 66 milliseconds