Home | History | Annotate | Download | only in html

Lines Matching refs:currentFocusedNode

706         Node* currentFocusedNode = document()->focusedNode();
707 if (currentFocusedNode && currentFocusedNode->hasTagName(inputTag)) {
708 HTMLInputElement* focusedInput = static_cast<HTMLInputElement*>(currentFocusedNode);