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

  /external/chromium_org/v8/src/base/platform/
time.h 204 static Time FromInternalValue(int64_t value) {
330 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.
374 static Time FromInternalValue(int64 us) {
393 // For serializing, use FromInternalValue to reconstitute. Please don't use
639 static TimeTicks FromInternalValue(int64 ticks) {
652 // For serializing, use FromInternalValue to reconstitute.

Completed in 235 milliseconds