Home | History | Annotate | Download | only in message_loop

Lines Matching defs:MessagePumpForUI

29   // This is based on MessagePumpForUI::DoRunLoop() from desktop.
86 MessagePumpForUI::MessagePumpForUI()
90 MessagePumpForUI::~MessagePumpForUI() {
93 void MessagePumpForUI::Run(Delegate* delegate) {
98 void MessagePumpForUI::Start(Delegate* delegate) {
115 void MessagePumpForUI::Quit() {
132 void MessagePumpForUI::ScheduleWork() {
142 void MessagePumpForUI::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
158 bool MessagePumpForUI::RegisterBindings(JNIEnv* env) {