Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputElement.cpp75 bool WebInputElement::isRadioButton() const in isRadioButton() function in blink::WebInputElement
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h347 bool isRadioButton() const { return roleValue() == RadioButtonRole; } in isRadioButton() function