Searched refs:FocusInEventDispatchMediator (Results 1 – 3 of 3) sorted by relevance
102 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::FocusInEventDispatchMediator112 bool FocusInEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const in dispatchEvent()
94 class FocusInEventDispatchMediator : public EventDispatchMediator {96 static PassRefPtr<FocusInEventDispatchMediator> create(PassRefPtr<FocusEvent>);98 explicit FocusInEventDispatchMediator(PassRefPtr<FocusEvent>);
2255 …dispatchScopedEventDispatchMediator(FocusInEventDispatchMediator::create(FocusEvent::create(eventT… in dispatchFocusInEvent()