Searched refs:KeyboardEventDispatchMediator (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DKeyboardEvent.cpp229 PassRefPtr<KeyboardEventDispatchMediator> KeyboardEventDispatchMediator::create(PassRefPtr<KeyboardEvent> event)
231 return adoptRef(new KeyboardEventDispatchMediator(event));
234 KeyboardEventDispatchMediator::KeyboardEventDispatchMediator(PassRefPtr<KeyboardEvent> event) function in class:WebCore::KeyboardEventDispatchMediator
239 bool KeyboardEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const
H A DKeyboardEvent.h120 class KeyboardEventDispatchMediator : public EventDispatchMediator { class in namespace:WebCore
122 static PassRefPtr<KeyboardEventDispatchMediator> create(PassRefPtr<KeyboardEvent>);
124 explicit KeyboardEventDispatchMediator(PassRefPtr<KeyboardEvent>);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp2410 return EventDispatcher::dispatchEvent(this, KeyboardEventDispatchMediator::create(KeyboardEvent::create(event, document().domWindow())));

Completed in 153 milliseconds