HomeSort by relevance Sort by last modified time
    Searched refs:kMicrosPerMs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/system/
waiter_unittest.cc 24 const int64_t kMicrosPerMs = 1000;
25 const int64_t kEpsilonMicros = 15 * kMicrosPerMs; // 15 ms.
26 const int64_t kPollTimeMicros = 10 * kMicrosPerMs; // 10 ms.
waiter_list_unittest.cc 21 const int64_t kMicrosPerMs = 1000;
22 const int64_t kEpsilonMicros = 15 * kMicrosPerMs; // 15 ms.
message_pipe_dispatcher_unittest.cc 31 const int64_t kMicrosPerMs = 1000;
32 const int64_t kEpsilonMicros = 15 * kMicrosPerMs; // 15 ms.
simple_dispatcher_unittest.cc 27 const int64_t kMicrosPerMs = 1000;
28 const int64_t kEpsilonMicros = 15 * kMicrosPerMs; // 15 ms.

Completed in 160 milliseconds