OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MessagePumpGlibXDispatcher
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
message_pump_glib_x_dispatch.h
19
class
MessagePumpGlibXDispatcher
: public MessagePumpForUI::Dispatcher {
message_pump_glib_x.cc
158
MessagePumpGlibXDispatcher
::DispatchStatus status =
159
static_cast<
MessagePumpGlibXDispatcher
*>
162
if (status ==
MessagePumpGlibXDispatcher
::EVENT_QUIT) {
165
} else if (status ==
MessagePumpGlibXDispatcher
::EVENT_IGNORED) {
message_loop.h
76
typedef base::
MessagePumpGlibXDispatcher
Dispatcher;
Completed in 30 milliseconds