Searched refs:currentFocusedElement (Results 1 - 2 of 2) sorted by last modified time

/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();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRadioInputType.cpp139 Element* currentFocusedElement = element().document().focusedElement();
140 if (isHTMLInputElement(currentFocusedElement)) {
141 HTMLInputElement& focusedInput = toHTMLInputElement(*currentFocusedElement);

Completed in 116 milliseconds