HomeSort by relevance Sort by last modified time
    Searched defs:FromInternalValue (Results 1 - 3 of 3) 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/v8/src/platform/
time.h 227 static Time FromInternalValue(int64_t value) {
346 static TimeTicks FromInternalValue(int64_t value) {
  /external/chromium_org/base/time/
time.h 78 static TimeDelta FromInternalValue(int64 delta) {
85 // For serializing, use FromInternalValue to reconstitute.
363 static Time FromInternalValue(int64 us) {
382 // For serializing, use FromInternalValue to reconstitute. Please don't use
604 static TimeTicks FromInternalValue(int64 ticks) {
617 // For serializing, use FromInternalValue to reconstitute.

Completed in 200 milliseconds