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

  /external/webkit/Source/WebCore/page/animation/
AnimationControllerPrivate.h 125 Vector<RefPtr<Node> > m_nodeChangesToDispatch;
AnimationController.cpp 145 bool updateStyle = !m_eventsToDispatch.isEmpty() || !m_nodeChangesToDispatch.isEmpty();
159 Vector<RefPtr<Node> >::const_iterator nodeChangesToDispatchEnd = m_nodeChangesToDispatch.end();
160 for (Vector<RefPtr<Node> >::const_iterator it = m_nodeChangesToDispatch.begin(); it != nodeChangesToDispatchEnd; ++it)
163 m_nodeChangesToDispatch.clear();
193 m_nodeChangesToDispatch.append(node);

Completed in 571 milliseconds