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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventDispatchMediator.h44 class EventDispatchMediator : public RefCounted<EventDispatchMediator> { class in namespace:WebCore
46 static PassRefPtr<EventDispatchMediator> create(PassRefPtr<Event>);
47 virtual ~EventDispatchMediator() { };
52 explicit EventDispatchMediator(PassRefPtr<Event>);
53 EventDispatchMediator() { }; function in class:WebCore::EventDispatchMediator
H A DEventDispatchMediator.cpp32 #include "core/dom/EventDispatchMediator.h"
39 PassRefPtr<EventDispatchMediator> EventDispatchMediator::create(PassRefPtr<Event> event)
41 return adoptRef(new EventDispatchMediator(event));
44 EventDispatchMediator::EventDispatchMediator(PassRefPtr<Event> event) function in class:WebCore::EventDispatchMediator
49 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const

Completed in 176 milliseconds