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

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.cpp 184 bool updateStyle = !m_eventsToDispatch.isEmpty() || !m_nodeChangesToDispatch.isEmpty();
187 Vector<EventToDispatch> eventsToDispatch = m_eventsToDispatch;
188 m_eventsToDispatch.clear();
217 m_eventsToDispatch.grow(m_eventsToDispatch.size()+1);
218 EventToDispatch& event = m_eventsToDispatch[m_eventsToDispatch.size()-1];
AnimationControllerPrivate.h 132 Vector<EventToDispatch> m_eventsToDispatch;

Completed in 190 milliseconds