Searched refs:HandleDispatch (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/
H A Dmessage_pump_glib.h69 // has completed, and returns whether or not HandleDispatch should be called.
70 // HandleDispatch is called if HandleCheck returned true.
73 void HandleDispatch();
H A Dmessage_pump_glib.cc109 static_cast<WorkSource*>(source)->pump->HandleDispatch();
241 // We know we have work, but we haven't called HandleDispatch yet. Don't let
265 // because HandleCheck() may be called without HandleDispatch being called
282 void MessagePumpForUI::HandleDispatch() { function in class:base::MessagePumpForUI
H A Dmessage_pump_glib_unittest.cc51 void HandleDispatch() { function in class:__anon1561::EventInjector
106 static_cast<Source*>(source)->injector->HandleDispatch();

Completed in 45 milliseconds