Searched defs:isCheckbox (Results 1 – 5 of 5) sorted by relevance
99 bool CheckboxInputType::isCheckbox() const in isCheckbox() function in WebCore::CheckboxInputType
590 bool InputType::isCheckbox() const in isCheckbox() function in WebCore::InputType
1510 bool HTMLInputElement::isCheckbox() const in isCheckbox() function in WebCore::HTMLInputElement
54 virtual bool isCheckbox() const { return false; } in isCheckbox() function
284 virtual bool isCheckbox() const { return roleValue() == CheckBoxRole; } in isCheckbox() function