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

  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 108 else if (!m_altText.isEmpty() || newImage) {
114 if (!m_altText.isEmpty()) {
116 IntSize textSize(min(font.width(TextRun(m_altText.characters(), m_altText.length())), maxAltTextWidth), min(font.fontMetrics().height(), maxAltTextHeight));
131 if (!m_altText.isEmpty() && setImageSizeForAltText(m_imageResource->cachedImage()))
155 if (!m_altText.isEmpty() && document()->isPendingStyleRecalc()) {
293 if (!m_altText.isEmpty()) {
294 String text = document()->displayStringModifiedByEncoding(m_altText);
440 m_altText = static_cast<HTMLInputElement*>(node())->altText();
442 m_altText = static_cast<HTMLImageElement*>(node())->altText()
    [all...]
RenderImage.h 98 String m_altText;

Completed in 31 milliseconds