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

  /external/chromium_org/third_party/webrtc/base/
taskrunner.h 24 const int64 kMsecTo100ns = 10000;
25 const int64 kSecTo100ns = kSecToMsec * kMsecTo100ns;
task.cc 245 (timeout_seconds_ * kSecToMsec * kMsecTo100ns);

Completed in 558 milliseconds