Home
last modified time | relevance | path

Searched refs:m_animationsWaitingForStartTimeResponse (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp57 , m_animationsWaitingForStartTimeResponse() in AnimationControllerPrivate()
371 m_animationsWaitingForStartTimeResponse.remove(animation); in addToAnimationsWaitingForStyle()
415 m_animationsWaitingForStartTimeResponse.add(animation); in addToAnimationsWaitingForStartTimeResponse()
420 m_animationsWaitingForStartTimeResponse.remove(animationToRemove); in removeFromAnimationsWaitingForStartTimeResponse()
422 if (m_animationsWaitingForStartTimeResponse.isEmpty()) in removeFromAnimationsWaitingForStartTimeResponse()
430 WaitingAnimationsSet::const_iterator it = m_animationsWaitingForStartTimeResponse.begin(); in startTimeResponse()
431 WaitingAnimationsSet::const_iterator end = m_animationsWaitingForStartTimeResponse.end(); in startTimeResponse()
435 m_animationsWaitingForStartTimeResponse.clear(); in startTimeResponse()
DAnimationControllerPrivate.h131 WaitingAnimationsSet m_animationsWaitingForStartTimeResponse; variable