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

  /external/webkit/Source/WebCore/page/animation/
AnimationController.cpp 145 bool updateStyle = !m_eventsToDispatch.isEmpty() || !m_nodeChangesToDispatch.isEmpty();
148 Vector<EventToDispatch> eventsToDispatch = m_eventsToDispatch;
149 m_eventsToDispatch.clear();
177 m_eventsToDispatch.grow(m_eventsToDispatch.size()+1);
178 EventToDispatch& event = m_eventsToDispatch[m_eventsToDispatch.size()-1];
AnimationControllerPrivate.h 124 Vector<EventToDispatch> m_eventsToDispatch;

Completed in 9595 milliseconds