Home
last modified time | relevance | path

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

/external/chromium/base/
Dtime.h273 static const int kMinLowResolutionThresholdMs = 16; variable
Dmessage_loop.cc491 delay_ms < (2 * base::Time::kMinLowResolutionThresholdMs); in PostTask_Helper()