Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DCheckboxInputType.cpp100 bool CheckboxInputType::isCheckbox() const in isCheckbox() function in WebCore::CheckboxInputType
DInputType.cpp641 bool InputType::isCheckbox() const in isCheckbox() function in WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputElement.cpp75 bool WebInputElement::isCheckbox() const in isCheckbox() function in blink::WebInputElement
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObject.h312 bool isCheckbox() const { return roleValue() == CheckBoxRole; } in isCheckbox() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLInputElement.cpp1557 bool HTMLInputElement::isCheckbox() const in isCheckbox() function in WebCore::HTMLInputElement