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

/external/chromium/base/
H A Dtime_win.cc171 const int kMinTimerIntervalMs = 1; local
174 result = timeBeginPeriod(kMinTimerIntervalMs);
176 result = timeEndPeriod(kMinTimerIntervalMs);

Completed in 41 milliseconds