timeToEffectChange   61 Source/core/animation/AnimationPlayer.h     double timeToEffectChange();
timeToEffectChange  616 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::infinity(), player->timeToEffectChange());
timeToEffectChange  619 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::infinity(), player->timeToEffectChange());
timeToEffectChange  642 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(1, player->timeToEffectChange());
timeToEffectChange  645 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(0.5, player->timeToEffectChange());
timeToEffectChange  648 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(0, player->timeToEffectChange());
timeToEffectChange  651 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(0, player->timeToEffectChange());
timeToEffectChange  654 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::infinity(), player->timeToEffectChange());
timeToEffectChange  657 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::infinity(), player->timeToEffectChange());
timeToEffectChange  661 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(1, player->timeToEffectChange());
timeToEffectChange  665 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(0.5, player->timeToEffectChange());
timeToEffectChange  669 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(std::numeric_limits<double>::infinity(), player->timeToEffectChange());
timeToEffectChange  674 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(1, player->timeToEffectChange());
timeToEffectChange  678 Source/core/animation/AnimationPlayerTest.cpp     EXPECT_EQ(0.5, player->timeToEffectChange());
timeToEffectChange  111 Source/core/animation/DocumentTimeline.cpp             timeToNextEffect = std::min(timeToNextEffect, player->timeToEffectChange());