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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventDispatchMediator.h45 class EventDispatchMediator : public RefCountedWillBeGarbageCollectedFinalized<EventDispatchMediator> { class in namespace:blink
47 static PassRefPtrWillBeRawPtr<EventDispatchMediator> create(PassRefPtrWillBeRawPtr<Event>);
48 virtual ~EventDispatchMediator() { };
54 explicit EventDispatchMediator(PassRefPtrWillBeRawPtr<Event>);
55 EventDispatchMediator() { }; function in class:blink::EventDispatchMediator
H A DEventDispatchMediator.cpp32 #include "core/events/EventDispatchMediator.h"
39 PassRefPtrWillBeRawPtr<EventDispatchMediator> EventDispatchMediator::create(PassRefPtrWillBeRawPtr<Event> event)
41 return adoptRefWillBeNoop(new EventDispatchMediator(event));
44 EventDispatchMediator::EventDispatchMediator(PassRefPtrWillBeRawPtr<Event> event) function in class:blink::EventDispatchMediator
49 void EventDispatchMediator::trace(Visitor* visitor)
54 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const

Completed in 62 milliseconds