Home
last modified time | relevance | path

Searched defs:isChecked (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/wml/
DWMLInputElement.h49 virtual bool isChecked() const { return false; } in isChecked() function
/external/webkit/Source/WebKit/chromium/src/
DWebInputElement.cpp148 bool WebInputElement::isChecked() const in isChecked() function in WebKit::WebInputElement
DWebAccessibilityObject.cpp219 bool WebAccessibilityObject::isChecked() const in isChecked() function in WebKit::WebAccessibilityObject
/external/webkit/Tools/DumpRenderTree/mac/
DAccessibilityUIElementMac.mm792 bool AccessibilityUIElement::isChecked() const function
/external/webkit/Tools/DumpRenderTree/gtk/
DAccessibilityUIElementGtk.cpp443 bool AccessibilityUIElement::isChecked() const in isChecked() function in AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
DAccessibilityUIElementWin.cpp364 bool AccessibilityUIElement::isChecked() const in isChecked() function in AccessibilityUIElement
/external/webkit/Source/WebCore/rendering/
DRenderTheme.cpp753 bool RenderTheme::isChecked(const RenderObject* o) const in isChecked() function in WebCore::RenderTheme
/external/webkit/Source/WebCore/html/
DHTMLInputElement.cpp1560 bool HTMLInputElement::isChecked() const in isChecked() function in WebCore::HTMLInputElement
/external/webkit/Source/WebCore/accessibility/
DAccessibilityObject.h325 virtual bool isChecked() const { return false; } in isChecked() function
DAccessibilityRenderObject.cpp611 bool AccessibilityRenderObject::isChecked() const in isChecked() function in WebCore::AccessibilityRenderObject
/external/chromium/chrome/common/extensions/api/
Dextension_api.json319 "isChecked": {"type": "boolean", "description": "True if this checkbox is checked."} object
364 "isChecked": {"type": "boolean", "description": "True if this radio button is checked."}, object