Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/wml/
DWMLInputElement.h53 virtual bool isRadioButton() const { return false; } in isRadioButton() function
/external/webkit/Source/WebCore/html/
DRadioInputType.cpp191 bool RadioInputType::isRadioButton() const in isRadioButton() function in WebCore::RadioInputType
DHTMLFormControlElement.h79 virtual bool isRadioButton() const { return false; } in isRadioButton() function
DInputType.cpp570 bool InputType::isRadioButton() const in isRadioButton() function in WebCore::InputType
DHTMLInputElement.cpp1490 bool HTMLInputElement::isRadioButton() const in isRadioButton() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h285 virtual bool isRadioButton() const { return roleValue() == RadioButtonRole; } in isRadioButton() function