Searched defs:EventDispatchMediator (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DEvent.cpp302 EventDispatchMediator::EventDispatchMediator(PassRefPtr<Event> event) function in class:WebCore::EventDispatchMediator
307 EventDispatchMediator::~EventDispatchMediator()
311 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
H A DEvent.h197 class EventDispatchMediator { class in namespace:WebCore
199 explicit EventDispatchMediator(PassRefPtr<Event>);
200 virtual ~EventDispatchMediator();
205 EventDispatchMediator();
214 inline EventDispatchMediator::EventDispatchMediator() function in class:WebCore::EventDispatchMediator
218 inline Event* EventDispatchMediator::event() const
223 inline void EventDispatchMediator::setEvent(PassRefPtr<Event> event)

Completed in 672 milliseconds