Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputElement.cpp80 bool WebInputElement::isCheckbox() const in isCheckbox() function in blink::WebInputElement
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h317 bool isCheckbox() const { return roleValue() == CheckBoxRole; } in isCheckbox() function