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

/external/chromium_org/base/message_loop/
H A Dmessage_pump.cc15 void MessagePump::SetTimerSlack(TimerSlack) { function in class:base::MessagePump
H A Dmessage_pump.h127 virtual void SetTimerSlack(TimerSlack timer_slack);
H A Dmessage_pump_mac.h96 virtual void SetTimerSlack(TimerSlack timer_slack) OVERRIDE;
H A Dmessage_loop.h279 void SetTimerSlack(TimerSlack timer_slack) { function in class:base::MessageLoop
280 pump_->SetTimerSlack(timer_slack);
/external/chromium_org/base/threading/
H A Dthread.cc207 message_loop->SetTimerSlack(startup_data_->options.timer_slack);
/external/chromium_org/content/child/
H A Dchild_thread.cc592 base::MessageLoop::current()->SetTimerSlack(timer_slack);

Completed in 1394 milliseconds