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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DRadioInputType.cpp141 HTMLInputElement& focusedInput = toHTMLInputElement(*currentFocusedElement); local
142 if (focusedInput.type() == InputTypeNames::radio && focusedInput.form() == element().form() && focusedInput.name() == element().name())

Completed in 1714 milliseconds