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

/external/chromium/base/
H A Dmessage_loop.cc136 #define MESSAGE_PUMP_UI new base::MessagePumpForUI() macro
139 #define MESSAGE_PUMP_UI base::MessagePumpMac::Create() macro
142 #define MESSAGE_PUMP_UI new base::MessagePumpDefault() macro
145 #define MESSAGE_PUMP_UI new base::MessagePumpGlibX() macro
150 #define MESSAGE_PUMP_UI NULL macro
153 #define MESSAGE_PUMP_UI new base::MessagePumpForUI() macro
160 pump_ = MESSAGE_PUMP_UI;

Completed in 39 milliseconds