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

  /external/chromium_org/cc/animation/
animation_events.h 24 base::TimeTicks monotonic_time);
30 base::TimeTicks monotonic_time; member in struct:cc::AnimationEvent
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.cc 66 struct timespec monotonic_time; local
68 clock_gettime(CLOCK_MONOTONIC, &monotonic_time);
74 monotonic_time.tv_sec * base::Time::kMicrosecondsPerSecond +
75 monotonic_time.tv_nsec / base::Time::kNanosecondsPerMicrosecond;

Completed in 58 milliseconds