Searched refs:m_focusedElement (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp640 m_focusedElement = nullptr;
1821 if (m_focusedElement && !m_focusedElement->isFocusable())
1954 if (m_focusedElement && !m_focusedElement->isFocusable())
1955 m_focusedElement->blur();
2187 m_focusedElement = nullptr;
2377 ASSERT(!m_focusedElement);
3449 if (!m_focusedElement)
3455 bool contains = node->containsIncludingShadowDOM(m_focusedElement
[all...]
H A DDocument.h605 Element* focusedElement() const { return m_focusedElement.get(); }
1206 RefPtrWillBeMember<Element> m_focusedElement; member in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp146 if (acceptIndex(pointToRowIndex(event.position())) && m_focusedElement) {
147 m_focusedElement->dispatchMouseEvent(event, EventTypeNames::mouseup);
148 m_focusedElement->dispatchMouseEvent(event, EventTypeNames::click);
150 // Clear m_focusedElement here, because we cannot clear in hidePopup()
152 m_focusedElement = nullptr;
H A DPopupListBox.h308 RefPtrWillBePersistent<Element> m_focusedElement; member in class:blink::FINAL
H A DPopupContainer.cpp215 m_listBox->m_focusedElement = m_frameView->frame().document()->focusedElement();

Completed in 1484 milliseconds