Searched refs:SetTimerSlack (Results 1 - 5 of 5) sorted by relevance

/external/libchrome/base/message_loop/
H A Dmessage_pump.cc15 void MessagePump::SetTimerSlack(TimerSlack) { function in class:base::MessagePump
H A Dmessage_pump.h126 virtual void SetTimerSlack(TimerSlack timer_slack);
H A Dmessage_pump_mac.h97 void SetTimerSlack(TimerSlack timer_slack) override;
H A Dmessage_loop.h276 void SetTimerSlack(TimerSlack timer_slack) { function in class:base::MessageLoop
277 pump_->SetTimerSlack(timer_slack);
/external/libchrome/base/threading/
H A Dthread.cc229 message_loop_->SetTimerSlack(message_loop_timer_slack_);

Completed in 521 milliseconds