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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 98 double activeDuration() const { return activeDurationInternal() * 1000; }
99 double activeDurationInternal() const;
104 double endTimeInternal() const { return startTime() + specifiedTiming().startDelay + activeDurationInternal() + specifiedTiming().endDelay; }
AnimationNodeTest.cpp 132 EXPECT_EQ(2, animationNode->activeDurationInternal());
143 EXPECT_EQ(2, animationNode->activeDurationInternal());
154 EXPECT_EQ(2, animationNode->activeDurationInternal());
165 EXPECT_EQ(2, animationNode->activeDurationInternal());
251 EXPECT_EQ(0, animationNode->activeDurationInternal());
256 EXPECT_EQ(0, animationNode->activeDurationInternal());
273 EXPECT_EQ(std::numeric_limits<double>::infinity(), animationNode->activeDurationInternal());
387 EXPECT_EQ(0, animationNode->activeDurationInternal());
398 EXPECT_EQ(0, animationNode->activeDurationInternal());
495 EXPECT_EQ(0, animationNode->activeDurationInternal());
    [all...]
AnimationNode.cpp 80 double AnimationNode::activeDurationInternal() const
108 const double activeDuration = this->activeDurationInternal();
Animation.cpp 192 const double end = start + activeDurationInternal();
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp     [all...]

Completed in 2911 milliseconds