Home
last modified time | relevance | path

Searched refs:FocusInEventDispatchMediator (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
DFocusEvent.cpp102 PassRefPtr<FocusInEventDispatchMediator> FocusInEventDispatchMediator::create(PassRefPtr<FocusEvent… in create()
104 return adoptRef(new FocusInEventDispatchMediator(focusEvent)); in create()
107 FocusInEventDispatchMediator::FocusInEventDispatchMediator(PassRefPtr<FocusEvent> focusEvent) in FocusInEventDispatchMediator() function in WebCore::FocusInEventDispatchMediator
112 bool FocusInEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const in dispatchEvent()
DFocusEvent.h94 class FocusInEventDispatchMediator : public EventDispatchMediator {
96 static PassRefPtr<FocusInEventDispatchMediator> create(PassRefPtr<FocusEvent>);
98 explicit FocusInEventDispatchMediator(PassRefPtr<FocusEvent>);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2255 …dispatchScopedEventDispatchMediator(FocusInEventDispatchMediator::create(FocusEvent::create(eventT… in dispatchFocusInEvent()