Searched defs:currentFocusedElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp2629 Element* currentFocusedElement = focusedElement(); local
2630 if (isHTMLInputElement(currentFocusedElement))
2631 toHTMLInputElement(*currentFocusedElement).endEditing();

Completed in 312 milliseconds