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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
Animation.h 79 bool maybeStartAnimationOnCompositor(double startTime, double timeOffset);
80 bool maybeStartAnimationOnCompositor(double startTime, double timeOffset, double playerPlaybackRate);
Animation.cpp 255 bool Animation::maybeStartAnimationOnCompositor(double startTime, double currentTime)
257 return maybeStartAnimationOnCompositor(startTime, currentTime, 1);
260 bool Animation::maybeStartAnimationOnCompositor(double startTime, double currentTime, double playerPlaybackRate)
AnimationPlayer.h 134 bool maybeStartAnimationOnCompositor();
AnimationPlayer.cpp 215 if (shouldStart && startOnCompositor && maybeStartAnimationOnCompositor()) {
582 bool AnimationPlayer::maybeStartAnimationOnCompositor()
599 return toAnimation(m_content.get())->maybeStartAnimationOnCompositor(startTime, timeOffset, m_playbackRate);

Completed in 422 milliseconds