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

  /external/webkit/WebKit/win/
AccessibleImage.cpp 53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr);
54 if (!altText.isEmpty())
55 return altText;
  /external/webkit/WebCore/wml/
WMLImageElement.cpp 141 String WMLImageElement::altText() const
  /external/webkit/WebCore/html/
HTMLImageElement.cpp 148 String HTMLImageElement::altText() const
HTMLInputElement.cpp     [all...]

Completed in 37 milliseconds