isCheckbox        191 Source/core/accessibility/AXNodeObject.cpp         if (input.isCheckbox())
isCheckbox        544 Source/core/accessibility/AXNodeObject.cpp     return input->isCheckbox() || input->isRadioButton();
isCheckbox        314 Source/core/accessibility/AXObject.h     bool isCheckbox() const { return roleValue() == CheckBoxRole; }
isCheckbox        315 Source/core/accessibility/AXObject.h     bool isCheckboxOrRadio() const { return isCheckbox() || isRadioButton(); }
isCheckbox        314 Source/core/accessibility/AXRenderObject.cpp         if (input.isCheckbox())
isCheckbox       1576 Source/core/html/HTMLInputElement.cpp     return m_inputType->isCheckbox();
isCheckbox         94 Source/core/html/HTMLInputElement.h     bool isCheckbox() const;
isCheckbox         50 Source/core/html/forms/CheckboxInputType.h     virtual bool isCheckbox() const OVERRIDE;
isCheckbox         79 Source/core/html/forms/InputType.h     virtual bool isCheckbox() const;
isCheckbox         77 Source/web/WebInputElement.cpp     return constUnwrap<HTMLInputElement>()->isCheckbox();
isCheckbox        141 Source/web/WebSearchableFormData.cpp         if (inputElement.isCheckbox() || inputElement.isRadioButton())
isCheckbox         71 public/web/WebInputElement.h         BLINK_EXPORT bool isCheckbox() const;