Searched refs:FocusEventDispatchMediator (Results 1 – 3 of 3) sorted by relevance
70 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::FocusEventDispatchMediator80 bool FocusEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const in dispatchEvent()
76 class FocusEventDispatchMediator : public EventDispatchMediator {78 static PassRefPtr<FocusEventDispatchMediator> create(PassRefPtr<FocusEvent>);80 explicit FocusEventDispatchMediator(PassRefPtr<FocusEvent>);
2242 EventDispatcher::dispatchEvent(this, FocusEventDispatchMediator::create(event.release())); in dispatchFocusEvent()