Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dincoming_task_queue.cc31 bool AlwaysNotifyPump(MessageLoop::Type type) { in AlwaysNotifyPump() function
37 bool AlwaysNotifyPump(MessageLoop::Type /* type */) { in AlwaysNotifyPump() function
49 always_schedule_work_(AlwaysNotifyPump(message_loop_->type())), in IncomingTaskQueue()