Searched refs:isImageButton (Results 1 – 18 of 18) sorted by relevance
65 bool WebInputElement::isImageButton() const in isImageButton() function in blink::WebInputElement67 return constUnwrap<HTMLInputElement>()->isImageButton(); in isImageButton()
48 …gName(frameTag) || (element->hasTagName(inputTag) && toHTMLInputElement(element)->isImageButton()); in elementHasLegalLinkAttribute()
71 if (toHTMLInputElement(element)->isImageButton()) in getSubResourceURLFromElement()
59 virtual bool isImageButton() const OVERRIDE;
175 bool ImageInputType::isImageButton() const in isImageButton() function in WebCore::ImageInputType
87 virtual bool isImageButton() const;
677 bool InputType::isImageButton() const in isImageButton() function in WebCore::InputType
104 if (testElement->hasTagName(inputTag) && toHTMLInputElement(testElement)->isImageButton()) in nodeMatches()
601 …== alignAttr || name == widthAttr || name == heightAttr || (name == borderAttr && isImageButton())) in isPresentationAttribute()623 } else if (name == borderAttr && isImageButton()) in collectStyleForPresentationAttribute()1600 bool HTMLInputElement::isImageButton() const in isImageButton() function in WebCore::HTMLInputElement1602 return m_inputType->isImageButton(); in isImageButton()
107 bool isImageButton() const;
69 BLINK_EXPORT bool isImageButton() const;
157 if (input.isImageButton()) { in GetSubResourceLinkFromElement()
503 bool AXNodeObject::isImageButton() const in isImageButton() function in WebCore::AXNodeObject515 return toHTMLInputElement(node)->isImageButton(); in isInputImage()569 return toHTMLInputElement(node)->isImageButton(); in isNativeImage()1415 if (isImageButton()) in actionElement()
114 bool isImageButton() const;
160 if (input.isImageButton()) { in GetSubResourceLinkFromElement()
343 if (!e->hasTagName(inputTag) || !toHTMLInputElement(e)->isImageButton()) in adjustRenderStyle()
232 if (inputElement->isImageButton() && inputElement->hasImageLoader()) { in serializeFrame()
1035 return node && node->hasTagName(inputTag) && toHTMLInputElement(node)->isImageButton(); in isSubmitImage()