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

  /external/chromium_org/v8/src/platform/
time.h 204 static Time FromInternalValue(int64_t value) {
323 static TimeTicks FromInternalValue(int64_t value) {
  /external/chromium_org/base/time/
time.h 80 static TimeDelta FromInternalValue(int64 delta) {
92 // For serializing, use FromInternalValue to reconstitute.
375 static Time FromInternalValue(int64 us) {
394 // For serializing, use FromInternalValue to reconstitute. Please don't use
658 static TimeTicks FromInternalValue(int64 ticks) {
671 // For serializing, use FromInternalValue to reconstitute.

Completed in 680 milliseconds