Home | History | Annotate | Download | only in base

Lines Matching refs:MessagePumpForUI

83 // MessagePumpForUI public:
85 MessagePumpForUI::MessagePumpForUI() {
89 MessagePumpForUI::~MessagePumpForUI() {
94 void MessagePumpForUI::ScheduleWork() {
102 void MessagePumpForUI::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
135 void MessagePumpForUI::PumpOutPendingPaintMessages() {
160 // MessagePumpForUI private:
163 LRESULT CALLBACK MessagePumpForUI::WndProcThunk(
167 reinterpret_cast<MessagePumpForUI*>(wparam)->HandleWorkMessage();
170 reinterpret_cast<MessagePumpForUI*>(wparam)->HandleTimerMessage();
176 void MessagePumpForUI::DoRunLoop() {
232 void MessagePumpForUI::InitMessageWnd() {
247 void MessagePumpForUI::WaitForWork() {
281 void MessagePumpForUI::HandleWorkMessage() {
302 void MessagePumpForUI::HandleTimerMessage() {
318 bool MessagePumpForUI::ProcessNextWindowsMessage() {
335 bool MessagePumpForUI::ProcessMessageHelper(const MSG& msg) {
365 bool MessagePumpForUI::ProcessPumpReplacementMessage() {