Home
last modified time | relevance | path

Searched refs:MessagePumpForUI (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/base/message_loop/
Dmessage_pump_android.cc88 MessagePumpForUI::MessagePumpForUI() in MessagePumpForUI() function in base::MessagePumpForUI
92 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()
Dmessage_pump_android.h23 class BASE_EXPORT MessagePumpForUI : public MessagePump {
25 MessagePumpForUI();
26 ~MessagePumpForUI() override;
41 DISALLOW_COPY_AND_ASSIGN(MessagePumpForUI);
/external/libchrome/base/
Drun_loop.h17 class MessagePumpForUI; variable
79 friend class base::MessagePumpForUI;
/external/libchrome/base/message_loop/
Dmessage_loop.cc216 typedef MessagePumpGlib MessagePumpForUI; in CreateMessagePumpForType() typedef
218 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()
/external/libmojo/base/android/
Dbase_jni_registrar.cc68 {"SystemMessageHandler", base::MessagePumpForUI::RegisterBindings},