HomeSort by relevance Sort by last modified time
    Searched defs:altText (Results 1 - 4 of 4) 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.cpp 149 String WMLImageElement::altText() const
  /external/webkit/Source/WebCore/html/
HTMLImageElement.cpp 169 String HTMLImageElement::altText() const
HTMLInputElement.cpp 723 String HTMLInputElement::altText() const
727 // note this is intentionally different to HTMLImageElement::altText()
    [all...]

Completed in 55 milliseconds