Home
last modified time | relevance | path

Searched refs:isLooping (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DImplicitAnimation.cpp296 bool isLooping; in timeToNextService() local
297 getTimeToNextEvent(t, isLooping); in timeToNextService()
DKeyframeAnimation.cpp454 bool isLooping; in timeToNextService() local
455 getTimeToNextEvent(t, isLooping); in timeToNextService()
DAnimationBase.cpp1339 void AnimationBase::getTimeToNextEvent(double& time, bool& isLooping) const in getTimeToNextEvent()
1354 isLooping = true; in getTimeToNextEvent()
1357 isLooping = false; in getTimeToNextEvent()
1366 bool isLooping; in goIntoEndingOrLoopingState() local
1367 getTimeToNextEvent(t, isLooping); in goIntoEndingOrLoopingState()
1368 m_animState = isLooping ? AnimationStateLooping : AnimationStateEnding; in goIntoEndingOrLoopingState()
DAnimationBase.h222 void getTimeToNextEvent(double& time, bool& isLooping) const;