Searched defs:FromInternalValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dtime.h306 static Time FromInternalValue(int64 us) { function in class:base::Time
318 // For serializing, use FromInternalValue to reconstitute. Please don't use
/external/chromium_org/base/time/
H A Dtime.h78 static TimeDelta FromInternalValue(int64 delta) { function in class:base::TimeDelta
85 // For serializing, use FromInternalValue to reconstitute.
359 static Time FromInternalValue(int64 us) { function in class:base::Time
378 // For serializing, use FromInternalValue to reconstitute. Please don't use
586 static TimeTicks FromInternalValue(int64 ticks) { function in class:base::TimeTicks
591 // For serializing, use FromInternalValue to reconstitute.

Completed in 110 milliseconds