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

  /external/chromium_org/cc/animation/
animation_events.h 23 double monotonic_time);
29 double monotonic_time; member in struct:cc::AnimationEvent
  /external/chromium_org/ui/gl/
vsync_provider.cc 76 struct timespec monotonic_time; local
78 clock_gettime(CLOCK_MONOTONIC, &monotonic_time);
84 monotonic_time.tv_sec * base::Time::kMicrosecondsPerSecond +
85 monotonic_time.tv_nsec / base::Time::kNanosecondsPerMicrosecond;
  /external/chromium_org/cc/trees/
layer_tree_host.cc 1118 double monotonic_time = (time - base::TimeTicks()).InSecondsF(); local
    [all...]
layer_tree_host_impl.cc 311 void LayerTreeHostImpl::Animate(base::TimeTicks monotonic_time,
314 input_handler_client_->Animate(monotonic_time);
315 AnimatePageScale(monotonic_time);
316 AnimateLayers(monotonic_time, wall_clock_time);
317 AnimateScrollbars(monotonic_time);
318 AnimateTopControls(monotonic_time);
2269 double monotonic_time = (time - base::TimeTicks()).InSecondsF(); local
    [all...]

Completed in 238 milliseconds