Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dincoming_task_queue.cc70 delay.InMilliseconds() < (2 * Time::kMinLowResolutionThresholdMs)) { in AddToIncomingQueue()
/external/libchrome/base/time/
Dtime.h596 static const int kMinLowResolutionThresholdMs = 16; variable