Searched refs:SetTimerSlack (Results 1 – 6 of 6) sorted by relevance
150 void SetTimerSlack(TimerSlack timer_slack) { in SetTimerSlack() function151 pump_->SetTimerSlack(timer_slack); in SetTimerSlack()
13 void MessagePump::SetTimerSlack(TimerSlack) { in SetTimerSlack() function in base::MessagePump
28 void SetTimerSlack(TimerSlack timer_slack) override;
126 virtual void SetTimerSlack(TimerSlack timer_slack);
89 void MessagePumpDefault::SetTimerSlack(TimerSlack timer_slack) { in SetTimerSlack() function in base::MessagePumpDefault
305 message_loop_->SetTimerSlack(message_loop_timer_slack_); in ThreadMain()