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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimingCalculationsTest.cpp 59 EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeNone, 15, AnimationNode::PhaseAfter, AnimationNode::PhaseActive, timing)));
60 EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeBackwards, 15, AnimationNode::PhaseAfter, AnimationNode::PhaseActive, timing)));
66 EXPECT_EQ(21, calculateActiveTime(21, Timing::FillModeForwards, 45, AnimationNode::PhaseActive, AnimationNode::PhaseAfter, timing));
67 EXPECT_EQ(21, calculateActiveTime(21, Timing::FillModeBoth, 45, AnimationNode::PhaseActive, AnimationNode::PhaseAfter, timing));
68 EXPECT_TRUE(isNull(calculateActiveTime(21, Timing::FillModeBackwards, 45, AnimationNode::PhaseActive, AnimationNode::PhaseAfter, timing)));
69 EXPECT_TRUE(isNull(calculateActiveTime(21, Timing::FillModeNone, 45, AnimationNode::PhaseActive, AnimationNode::PhaseAfter, timing)));
TimingCalculations.h 56 return AnimationNode::PhaseAfter;
67 case AnimationNode::PhaseAfter:
89 case AnimationNode::PhaseAfter:
AnimationNodeTest.cpp 148 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
159 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
381 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
392 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
631 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
640 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
641 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
701 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
776 EXPECT_EQ(AnimationNode::PhaseAfter, animationNode->phase());
AnimationNode.h 70 PhaseAfter,
Animation.cpp 213 case PhaseAfter:
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp     [all...]

Completed in 358 milliseconds