Searched refs:kMinLowResolutionThresholdMs (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/ | ||
D | time.h | 273 static const int kMinLowResolutionThresholdMs = 16; variable |
D | message_loop.cc | 491 delay_ms < (2 * base::Time::kMinLowResolutionThresholdMs); in PostTask_Helper() |