Home
last modified time | relevance | path

Searched refs:dispatchFocusInEvent (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp156 document->focusedElement()->dispatchFocusInEvent(EventTypeNames::focusin, 0); in dispatchEventsOnWindowAndFocusedNode()
158 document->focusedElement()->dispatchFocusInEvent(EventTypeNames::DOMFocusIn, 0); in dispatchEventsOnWindowAndFocusedNode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h393 void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement);
DDocument.cpp3373 …m_focusedElement->dispatchFocusInEvent(EventTypeNames::focusin, oldFocusedElement.get()); // DOM l… in setFocusedElement()
3383 …m_focusedElement->dispatchFocusInEvent(EventTypeNames::DOMFocusIn, oldFocusedElement.get()); // DO… in setFocusedElement()
DElement.cpp2251 void Element::dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement) in dispatchFocusInEvent() function in WebCore::Element