Home
last modified time | relevance | path

Searched refs:m_waitingForAsyncStartNotification (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp58 , m_waitingForAsyncStartNotification(false) in AnimationControllerPrivate()
326 if (!m_waitingForAsyncStartNotification) in endAnimationUpdate()
332 m_waitingForAsyncStartNotification = false; in receivedStartTimeResponse()
413 m_waitingForAsyncStartNotification = true; in addToAnimationsWaitingForStartTimeResponse()
423 m_waitingForAsyncStartNotification = false; in removeFromAnimationsWaitingForStartTimeResponse()
436 m_waitingForAsyncStartNotification = false; in startTimeResponse()
DAnimationControllerPrivate.h132 bool m_waitingForAsyncStartNotification; variable
/external/webkit/Source/WebCore/
DChangeLog39979 to m_waitingForAsyncStartNotification, so that it makes more sense.
39996 - rename m_waitingForStartTimeResponse to m_waitingForAsyncStartNotification