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

/external/webkit/Source/WebCore/html/
H A DRadioInputType.cpp96 if (inputElement->isRadioButton() && inputElement->name() == element()->name() && inputElement->isFocusable()) {
129 if (focusedInput->isRadioButton() && focusedInput->form() == element()->form() && focusedInput->name() == element()->name())
179 && checkedRadioButton->isRadioButton()
191 bool RadioInputType::isRadioButton() const function in class:WebCore::RadioInputType
H A DHTMLFormControlElement.h79 virtual bool isRadioButton() const { return false; } function in class:WebCore::HTMLFormControlElement
H A DInputType.cpp570 bool InputType::isRadioButton() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp1490 bool HTMLInputElement::isRadioButton() const function in class:WebCore::HTMLInputElement
1492 return m_inputType->isRadioButton();
/external/webkit/Source/WebCore/wml/
H A DWMLInputElement.h53 virtual bool isRadioButton() const { return false; } function in class:WebCore::WMLInputElement
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h285 virtual bool isRadioButton() const { return roleValue() == RadioButtonRole; } function in class:WebCore::AccessibilityObject
322 bool isCheckboxOrRadio() const { return isCheckbox() || isRadioButton(); }

Completed in 368 milliseconds