Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/events/
DFocusEvent.cpp70 PassRefPtr<FocusEventDispatchMediator> FocusEventDispatchMediator::create(PassRefPtr<FocusEvent> fo… in create()
72 return adoptRef(new FocusEventDispatchMediator(focusEvent)); in create()
75 FocusEventDispatchMediator::FocusEventDispatchMediator(PassRefPtr<FocusEvent> focusEvent) in FocusEventDispatchMediator() function in WebCore::FocusEventDispatchMediator
80 bool FocusEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const in dispatchEvent()
DFocusEvent.h76 class FocusEventDispatchMediator : public EventDispatchMediator {
78 static PassRefPtr<FocusEventDispatchMediator> create(PassRefPtr<FocusEvent>);
80 explicit FocusEventDispatchMediator(PassRefPtr<FocusEvent>);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2242 EventDispatcher::dispatchEvent(this, FocusEventDispatchMediator::create(event.release())); in dispatchFocusEvent()