Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DCheckboxInputType.cpp99 bool CheckboxInputType::isCheckbox() const in isCheckbox() function in WebCore::CheckboxInputType
DInputType.cpp590 bool InputType::isCheckbox() const in isCheckbox() function in WebCore::InputType
DHTMLInputElement.cpp1510 bool HTMLInputElement::isCheckbox() const in isCheckbox() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/wml/
DWMLInputElement.h54 virtual bool isCheckbox() const { return false; } in isCheckbox() function
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h284 virtual bool isCheckbox() const { return roleValue() == CheckBoxRole; } in isCheckbox() function