Searched defs:isImageButton (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DImageInputType.cpp153 bool ImageInputType::isImageButton() const function in class:WebCore::ImageInputType
H A DInputType.cpp605 bool InputType::isImageButton() const function in class:WebCore::InputType
H A DHTMLInputElement.cpp1534 bool HTMLInputElement::isImageButton() const function in class:WebCore::HTMLInputElement
1536 return m_inputType->isImageButton();
/external/webkit/Source/WebKit/chromium/src/
H A DWebInputElement.cpp58 bool WebInputElement::isImageButton() const function in class:WebKit::WebInputElement
60 return constUnwrap<HTMLInputElement>()->isImageButton();
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityObject.h280 virtual bool isImageButton() const { return false; } function in class:WebCore::AccessibilityObject
H A DAccessibilityRenderObject.cpp455 bool AccessibilityRenderObject::isImageButton() const function in class:WebCore::AccessibilityRenderObject
521 return input->isImageButton();
842 if (isImageButton())

Completed in 111 milliseconds