Home
last modified time | relevance | path

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

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