Searched refs:animation_floor_time_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_widget.h729 base::Time animation_floor_time_; member in class:content::RenderWidget
H A Drender_widget.cc1358 if (!animation_floor_time_.is_null() && IsRenderingVSynced()) {
1363 (animation_floor_time_ - base::TimeDelta::FromMilliseconds(16));
1383 // animation_floor_time_ is the earliest time that we should animate when
1386 if (now >= animation_floor_time_ || num_swapbuffers_complete_pending_ > 0) {
1388 animation_floor_time_ = now + animationInterval;
1412 // base::Time::Now() has advanced past the animation_floor_time_. To
1415 base::TimeDelta delay = animation_floor_time_ - now;

Completed in 90 milliseconds