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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventDispatchMediator.cpp 32 #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)
49 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
EventDispatchMediator.h 44 class EventDispatchMediator : public RefCounted<EventDispatchMediator> {
46 static PassRefPtr<EventDispatchMediator> create(PassRefPtr<Event>);
47 virtual ~EventDispatchMediator() { };
52 explicit EventDispatchMediator(PassRefPtr<Event>);
53 EventDispatchMediator() { };

Completed in 168 milliseconds