HomeSort by relevance Sort by last modified time
    Searched defs:SetTimerSlack (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/message_loop/
message_pump.cc 15 void MessagePump::SetTimerSlack(TimerSlack) {
message_loop.h 279 void SetTimerSlack(TimerSlack timer_slack) {
280 pump_->SetTimerSlack(timer_slack);

Completed in 610 milliseconds