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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationClock.h 41 class AnimationClock {
42 WTF_MAKE_NONCOPYABLE(AnimationClock);
44 explicit AnimationClock(WTF::TimeFunction monotonicallyIncreasingTime = WTF::monotonicallyIncreasingTime)
AnimationClock.cpp 32 #include "core/animation/AnimationClock.h"
48 unsigned AnimationClock::s_currentTask = 0;
50 void AnimationClock::updateTime(double time)
57 double AnimationClock::currentTime()
75 void AnimationClock::resetTimeForTesting(double time)
AnimationClockTest.cpp 32 #include "core/animation/AnimationClock.h"
44 : animationClock(mockTimeFunction)
50 animationClock.resetTimeForTesting();
59 AnimationClock animationClock;
66 AnimationClock clock;
74 animationClock.updateTime(100);
75 EXPECT_EQ(100, animationClock.currentTime());
76 EXPECT_EQ(100, animationClock.currentTime());
81 animationClock.updateTime(100)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 38 #include "core/animation/AnimationClock.h"
75 AnimationClock::notifyTaskStart();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 33 #include "core/animation/AnimationClock.h"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 79 third_party/WebKit/Source/core/animation/AnimationClock.cpp \
    [all...]

Completed in 344 milliseconds