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

  /external/chromium/base/
time_unittest.cc 191 struct timespec result = TimeDelta::FromSeconds(0).ToTimeSpec();
195 result = TimeDelta::FromSeconds(1).ToTimeSpec();
199 result = TimeDelta::FromMicroseconds(1).ToTimeSpec();
204 Time::kMicrosecondsPerSecond + 1).ToTimeSpec();
time_posix.cc 17 struct timespec TimeDelta::ToTimeSpec() const {
time.h 73 struct timespec ToTimeSpec() const;

Completed in 96 milliseconds