Home
last modified time | relevance | path

Searched refs:throttle_ms (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/display/
Ddisplay_controller.h185 void SetThrottleTimeout(int64 throttle_ms);
Ddisplay_controller.cc220 int64 throttle_ms) { in SetThrottleTimeout() argument
222 base::Time::Now() + base::TimeDelta::FromMilliseconds(throttle_ms); in SetThrottleTimeout()