Searched refs:altText (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DAccessibleImage.cpp53 const AtomicString& altText = obj->getAttribute(HTMLNames::altAttr); local
54 if (!altText.isEmpty())
55 return altText;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DLeftRecursiveRuleAnalyzer.java100 String altText = text(altTree);
101 altText = altText.trim();
102 altText += "{}"; // add empty alt to prevent pred hoisting
107 binaryAlts.put(alt, altText + (rewriteText != null ? " " + rewriteText : ""));
108 //System.out.println("binaryAlt " + alt + ": " + altText + ", rewrite=" + rewriteText);
126 String altText = text(altTree);
127 altText = altText.trim();
128 altText
[all...]
/external/webkit/Source/WebCore/wml/
H A DWMLImageElement.h47 String altText() const;
H A DWMLImageElement.cpp149 String WMLImageElement::altText() const function in class:WebCore::WMLImageElement
/external/webkit/Source/WebCore/html/
H A DHTMLImageElement.h52 String altText() const;
H A DHTMLInputElement.h158 String altText() const;
H A DHTMLImageElement.cpp169 String HTMLImageElement::altText() const function in class:WebCore::HTMLImageElement
H A DHTMLInputElement.cpp719 String HTMLInputElement::altText() const function in class:WebCore::HTMLInputElement
723 // note this is intentionally different to HTMLImageElement::altText()
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp440 m_altText = static_cast<HTMLInputElement*>(node())->altText();
442 m_altText = static_cast<HTMLImageElement*>(node())->altText();
445 m_altText = static_cast<WMLImageElement*>(node())->altText();
H A DHitTestResult.cpp269 return displayString(image->altText(), m_innerNonSharedNode.get());
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 576 milliseconds