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

  /external/webkit/WebCore/rendering/
RenderImage.cpp 234 if (!m_altText.isEmpty() || newImage) {
247 if (!m_altText.isEmpty()) {
249 imageWidth = max(imageWidth, min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth));
408 if (!m_altText.isEmpty()) {
409 String text = document()->displayStringModifiedByEncoding(m_altText);
541 m_altText = static_cast<HTMLInputElement*>(node())->altText();
543 m_altText = static_cast<HTMLImageElement*>(node())->altText();
546 m_altText = static_cast<WMLImageElement*>(node())->altText();
RenderImage.h 103 String m_altText;

Completed in 10 milliseconds