Searched refs:isCheckbox (Results 1 – 13 of 13) sorted by relevance
75 bool WebInputElement::isCheckbox() const in isCheckbox() function in blink::WebInputElement77 return constUnwrap<HTMLInputElement>()->isCheckbox(); in isCheckbox()
141 if (inputElement->isCheckbox() || inputElement->isRadioButton()) in IsInDefaultState()
50 virtual bool isCheckbox() const OVERRIDE;
100 bool CheckboxInputType::isCheckbox() const in isCheckbox() function in WebCore::CheckboxInputType
80 virtual bool isCheckbox() const;
662 bool InputType::isCheckbox() const in isCheckbox() function in WebCore::InputType
71 BLINK_EXPORT bool isCheckbox() const;
313 bool isCheckbox() const { return roleValue() == CheckBoxRole; } in isCheckbox() function314 bool isCheckboxOrRadio() const { return isCheckbox() || isRadioButton(); } in isCheckboxOrRadio()
193 if (input->isCheckbox()) in determineAccessibilityRole()553 return input->isCheckbox() || input->isRadioButton(); in isNativeCheckboxOrRadio()
320 if (input->isCheckbox()) in determineAccessibilityRole()
95 bool isCheckbox() const;
1570 bool HTMLInputElement::isCheckbox() const in isCheckbox() function in WebCore::HTMLInputElement1572 return m_inputType->isCheckbox(); in isCheckbox()
658 return element->isCheckbox() || element->isRadioButton(); in IsCheckableElement()