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

/external/chromium/base/
H A Dmessage_pump_win.h22 // MessagePumpWin serves as the base for specialized versions of the MessagePump
25 class BASE_API MessagePumpWin : public MessagePump { class in namespace:base
61 MessagePumpWin() : have_work_(0), state_(NULL) {} function in class:base::MessagePumpWin
62 virtual ~MessagePumpWin() {}
113 // MessagePumpForUI extends MessagePumpWin with methods that are particular to a
160 class BASE_API MessagePumpForUI : public MessagePumpWin {
194 // MessagePumpForIO extends MessagePumpWin with methods that are particular to a
199 class BASE_API MessagePumpForIO : public MessagePumpWin {

Completed in 56 milliseconds