Searched defs:isCheckbox (Results 1 – 2 of 2) sorted by relevance
80 bool WebInputElement::isCheckbox() const in isCheckbox() function in blink::WebInputElement
317 bool isCheckbox() const { return roleValue() == CheckBoxRole; } in isCheckbox() function