Home | History | Annotate | Download | only in message_loop

Lines Matching defs:MessagePumpForUI

28   // This is based on MessagePumpForUI::DoRunLoop() from desktop.
59 MessagePumpForUI::MessagePumpForUI()
63 MessagePumpForUI::~MessagePumpForUI() {
66 void MessagePumpForUI::Run(Delegate* delegate) {
71 void MessagePumpForUI::Start(Delegate* delegate) {
87 void MessagePumpForUI::Quit() {
104 void MessagePumpForUI::ScheduleWork() {
114 void MessagePumpForUI::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
129 bool MessagePumpForUI::RegisterBindings(JNIEnv* env) {