OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HandleDispatch
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/message_loop/
message_pump_glib.h
33
// has completed, and returns whether or not
HandleDispatch
should be called.
34
//
HandleDispatch
is called if HandleCheck returned true.
37
void
HandleDispatch
();
message_pump_glib.cc
109
static_cast<WorkSource*>(source)->pump->
HandleDispatch
();
219
// We know we have work, but we haven't called
HandleDispatch
yet. Don't let
248
// because HandleCheck() may be called without
HandleDispatch
being called
265
void MessagePumpGlib::
HandleDispatch
() {
message_pump_glib_unittest.cc
56
void
HandleDispatch
() {
125
static_cast<Source*>(source)->injector->
HandleDispatch
();
Completed in 65 milliseconds