Home
last modified time | relevance | path

Searched refs:isInEffect (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationNode.h87 bool isInEffect() const { return ensureCalculated().isInEffect; } in isInEffect() function
114 …double currentIteration(bool& isNull) const { isNull = !ensureCalculated().isInEffect; return ensu… in currentIteration()
162 bool isInEffect; member
DAnimationNodeTest.cpp129 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
140 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
151 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
162 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
384 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
395 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
603 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
613 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
634 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
644 EXPECT_TRUE(animationNode->isInEffect()); in TEST()
[all …]
DInertAnimation.cpp52 if (!isInEffect()) in sample()
DAnimationTimelineTest.cpp148 EXPECT_FALSE(anim->isInEffect()); in TEST_F()
166 EXPECT_TRUE(anim->isInEffect()); in TEST_F()
DAnimation.cpp145 ASSERT(isInEffect()); in applyEffects()
183 if (isInEffect()) in updateChildrenAndEffects()
DAnimationNode.cpp153 m_calculated.isInEffect = !isNull(activeTime); in updateInheritedTime()