Home
last modified time | relevance | path

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

/external/chromium_org/base/message_loop/
Dmessage_pump_glib.cc278 state_->delegate->DoDelayedWork(&delayed_work_time_); in HandleDispatch()
318 state_->delegate->DoDelayedWork(&delayed_work_time_); in Run()
Dmessage_pump.h39 virtual bool DoDelayedWork(TimeTicks* next_delayed_work_time) = 0;
Dmessage_pump_default.cc36 did_work |= delegate->DoDelayedWork(&delayed_work_time_); in Run()
Dmessage_pump_win.cc207 state_->delegate->DoDelayedWork(&delayed_work_time_); in DoRunLoop()
314 state_->delegate->DoDelayedWork(&delayed_work_time_); in HandleTimerMessage()
488 state_->delegate->DoDelayedWork(&delayed_work_time_); in DoRunLoop()
Dmessage_pump_android.cc60 did_work |= delegate->DoDelayedWork(&next_delayed_work_time); in DoRunLoopOnce()
Dmessage_pump_libevent.cc242 did_work |= delegate->DoDelayedWork(&delayed_work_time_); in Run()
Dmessage_loop.h449 virtual bool DoDelayedWork(TimeTicks* next_delayed_work_time) OVERRIDE;
Dmessage_loop.cc575 bool MessageLoop::DoDelayedWork(TimeTicks* next_delayed_work_time) { in DoDelayedWork() function in base::MessageLoop
Dmessage_pump_mac.mm323 // Call DoWork and DoDelayedWork once, and if something was done, arrange to
329 delegate_->DoDelayedWork(&next_time);
/external/chromium_org/mojo/public/cpp/utility/
Drun_loop.h98 bool DoDelayedWork();
/external/chromium_org/mojo/public/cpp/utility/lib/
Drun_loop.cc109 bool did_work = DoDelayedWork(); in RunInternal()
121 bool RunLoop::DoDelayedWork() { in DoDelayedWork() function in mojo::RunLoop
/external/chromium_org/content/public/test/
Dnested_message_pump_android.cc77 did_work |= state_->delegate->DoDelayedWork(&state_->delayed_work_time); in Run()
/external/chromium_org/base/test/
Dtest_support_android.cc105 g_state->delegate->DoDelayedWork(&delayed_work_time); in Run()
/external/chromium_org/mojo/common/
Dmessage_pump_mojo.cc155 more_work_is_plausible |= delegate->DoDelayedWork( in DoRunLoop()