HomeSort by relevance Sort by last modified time
    Searched refs:altText (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebKit/win/
AccessibleImage.cpp 53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr);
54 if (!altText.isEmpty())
55 return altText;
  /external/webkit/Source/WebCore/wml/
WMLImageElement.h 47 String altText() const;
WMLImageElement.cpp 149 String WMLImageElement::altText() const
  /external/webkit/Source/WebCore/html/
HTMLImageElement.h 52 String altText() const;
HTMLInputElement.h 158 String altText() const;
HTMLImageElement.cpp 169 String HTMLImageElement::altText() const
HTMLInputElement.cpp 723 String HTMLInputElement::altText() const
727 // note this is intentionally different to HTMLImageElement::altText()
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 440 m_altText = static_cast<HTMLInputElement*>(node())->altText();
442 m_altText = static_cast<HTMLImageElement*>(node())->altText();
445 m_altText = static_cast<WMLImageElement*>(node())->altText();
HitTestResult.cpp 269 return displayString(image->altText(), m_innerNonSharedNode.get());

Completed in 103 milliseconds