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

  /external/chromium/base/
time.h 306 static Time FromInternalValue(int64 us) {
318 // For serializing, use FromInternalValue to reconstitute. Please don't use
  /external/chromium_org/base/time/
time.h 78 static TimeDelta FromInternalValue(int64 delta) {
85 // For serializing, use FromInternalValue to reconstitute.
359 static Time FromInternalValue(int64 us) {
378 // For serializing, use FromInternalValue to reconstitute. Please don't use
586 static TimeTicks FromInternalValue(int64 ticks) {
591 // For serializing, use FromInternalValue to reconstitute.

Completed in 160 milliseconds