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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimeline.h 64 m_events.append(EventToDispatch(target, event));
74 struct EventToDispatch {
75 EventToDispatch(EventTarget* target, PassRefPtr<Event> event)
83 Vector<EventToDispatch> m_events;
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationControllerPrivate.h 124 class EventToDispatch {
132 Vector<EventToDispatch> m_eventsToDispatch;

Completed in 29 milliseconds