HomeSort by relevance Sort by last modified time
    Searched refs:inheritedTime (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
InertAnimation.h 51 virtual double calculateTimeToEffectChange(double inheritedTime, double timeToNextIteration) const OVERRIDE FINAL;
TimedItem.cpp 53 bool TimedItem::updateInheritedTime(double inheritedTime) const
55 bool needsUpdate = m_needsUpdate || (m_lastUpdateTime != inheritedTime && !(isNull(m_lastUpdateTime) && isNull(inheritedTime)));
57 m_lastUpdateTime = inheritedTime;
62 const double localTime = inheritedTime - m_startTime;
Player.cpp 135 double inheritedTime = isNull(m_timeline.currentTime()) ? nullValue() : currentTime();
136 bool didTriggerStyleRecalcLocal = m_content->updateInheritedTime(inheritedTime);
Animation.h 76 virtual double calculateTimeToEffectChange(double inheritedTime, double timeToNextIteration) const OVERRIDE FINAL;
TimedItem.h 96 bool updateInheritedTime(double inheritedTime) const;
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp 501 double inheritedTime = isNull(oldStartTime) ? 0 : element->document().transitionTimeline()->currentTime() - oldStartTime;
502 oldAnimation->updateInheritedTime(inheritedTime);
    [all...]

Completed in 97 milliseconds