Searched refs:EventToDispatch (Results 1 – 4 of 4) sorted by relevance
82 m_events.append(EventToDispatch(target, event)); in addEventToDispatch()100 struct EventToDispatch { struct101 EventToDispatch(EventTarget* target, PassRefPtr<Event> event) in EventToDispatch() function109 Vector<EventToDispatch> m_events; argument
152 Vector<EventToDispatch> events = m_events; in dispatchEvents()
119 class EventToDispatch {127 Vector<EventToDispatch> m_eventsToDispatch;
190 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()