HomeSort by relevance Sort by last modified time
    Searched refs:HandleDispatch (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
message_pump_glib.h 69 // has completed, and returns whether or not HandleDispatch should be called.
70 // HandleDispatch is called if HandleCheck returned true.
73 void HandleDispatch();
message_pump_glib.cc 109 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() {
message_pump_glib_unittest.cc 51 void HandleDispatch() {
106 static_cast<Source*>(source)->injector->HandleDispatch();

Completed in 167 milliseconds