Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DAnimationController.cpp53 …, m_updateStyleIfNeededDispatcher(this, &AnimationControllerPrivate::updateStyleIfNeededDispatcher… in AnimationControllerPrivate()
171 if (!m_updateStyleIfNeededDispatcher.isActive()) in startUpdateStyleIfNeededDispatcher()
172 m_updateStyleIfNeededDispatcher.startOneShot(0); in startUpdateStyleIfNeededDispatcher()
DAnimationControllerPrivate.h113 Timer<AnimationControllerPrivate> m_updateStyleIfNeededDispatcher; variable