Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump.h43 virtual bool DoIdleWork() = 0;
Dmessage_pump_default.cc46 did_work = delegate->DoIdleWork(); in Run()
Dmessage_pump_glib.cc325 more_work_is_plausible = state_->delegate->DoIdleWork(); in Run()
Dmessage_pump_libevent.cc236 did_work = delegate->DoIdleWork(); in Run()
Dmessage_loop.h486 bool DoIdleWork() override;
Dmessage_loop.cc669 bool MessageLoop::DoIdleWork() { in DoIdleWork() function in base::MessageLoop
Dmessage_pump_mac.mm383 // Call DoIdleWork once, and if something was done, arrange to come back here
385 bool did_work = delegate_->DoIdleWork();
/external/libmojo/base/message_loop/
Dmessage_pump_android.cc83 delegate->DoIdleWork(); in DoRunLoopOnce()
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.h148 void DoIdleWork(double deadline_in_seconds);
Dcompiler-dispatcher.cc213 dispatcher_->DoIdleWork(deadline_in_seconds); in RunInternal()
630 void CompilerDispatcher::DoIdleWork(double deadline_in_seconds) { in DoIdleWork() function in v8::internal::CompilerDispatcher
/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo.cc199 more_work_is_plausible = delegate->DoIdleWork(); in DoRunLoop()