Searched refs:MessagePumpForUI (Results 1 – 5 of 5) sorted by relevance
88 MessagePumpForUI::MessagePumpForUI() in MessagePumpForUI() function in base::MessagePumpForUI92 MessagePumpForUI::~MessagePumpForUI() { in ~MessagePumpForUI()95 void MessagePumpForUI::Run(Delegate* delegate) { in Run()100 void MessagePumpForUI::Start(Delegate* delegate) { in Start()117 void MessagePumpForUI::Quit() { in Quit()134 void MessagePumpForUI::ScheduleWork() { in ScheduleWork()144 void MessagePumpForUI::ScheduleDelayedWork(const TimeTicks& delayed_work_time) { in ScheduleDelayedWork()160 bool MessagePumpForUI::RegisterBindings(JNIEnv* env) { in RegisterBindings()
23 class BASE_EXPORT MessagePumpForUI : public MessagePump {25 MessagePumpForUI();26 ~MessagePumpForUI() override;41 DISALLOW_COPY_AND_ASSIGN(MessagePumpForUI);
17 class MessagePumpForUI; variable79 friend class base::MessagePumpForUI;
216 typedef MessagePumpGlib MessagePumpForUI; in CreateMessagePumpForType() typedef218 typedef MessagePumpLibevent MessagePumpForUI; in CreateMessagePumpForType()228 #define MESSAGE_PUMP_UI std::unique_ptr<MessagePump>(new MessagePumpForUI()) in CreateMessagePumpForType()250 return std::unique_ptr<MessagePump>(new MessagePumpForUI()); in CreateMessagePumpForType()714 static_cast<MessagePumpForUI*>(pump_.get())->Start(this); in Start()
68 {"SystemMessageHandler", base::MessagePumpForUI::RegisterBindings},