Home
last modified time | relevance | path

Searched refs:EventToDispatch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DDocumentTimeline.h82 m_events.append(EventToDispatch(target, event)); in addEventToDispatch()
100 struct EventToDispatch { struct
101 EventToDispatch(EventTarget* target, PassRefPtr<Event> event) in EventToDispatch() function
109 Vector<EventToDispatch> m_events; argument
DDocumentTimeline.cpp152 Vector<EventToDispatch> events = m_events; in dispatchEvents()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DAnimationControllerPrivate.h119 class EventToDispatch {
127 Vector<EventToDispatch> m_eventsToDispatch;
DAnimationController.cpp190 Vector<EventToDispatch> eventsToDispatch = m_eventsToDispatch; in fireEventsAndUpdateStyle()
192 Vector<EventToDispatch>::const_iterator eventsToDispatchEnd = eventsToDispatch.end(); in fireEventsAndUpdateStyle()
193 …for (Vector<EventToDispatch>::const_iterator it = eventsToDispatch.begin(); it != eventsToDispatch… in fireEventsAndUpdateStyle()
221 EventToDispatch& event = m_eventsToDispatch[m_eventsToDispatch.size()-1]; in addEventToDispatch()