Searched refs:dispatchFocusInEvent (Results 1 – 4 of 4) sorted by relevance
156 document->focusedElement()->dispatchFocusInEvent(EventTypeNames::focusin, 0); in dispatchEventsOnWindowAndFocusedNode()158 document->focusedElement()->dispatchFocusInEvent(EventTypeNames::DOMFocusIn, 0); in dispatchEventsOnWindowAndFocusedNode()
393 void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement);
3373 …m_focusedElement->dispatchFocusInEvent(EventTypeNames::focusin, oldFocusedElement.get()); // DOM l… in setFocusedElement()3383 …m_focusedElement->dispatchFocusInEvent(EventTypeNames::DOMFocusIn, oldFocusedElement.get()); // DO… in setFocusedElement()
2251 void Element::dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement) in dispatchFocusInEvent() function in WebCore::Element