Searched refs:m_altText (Results 1 – 2 of 2) sorted by relevance
123 else if (!m_altText.isEmpty() || newImage) { in setImageSizeForAltText()129 if (!m_altText.isEmpty()) { in setImageSizeForAltText()133 …th + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), max… in setImageSizeForAltText()148 if (!m_altText.isEmpty() && setImageSizeForAltText(m_imageResource->cachedImage())) in styleDidChange()183 if (!m_altText.isEmpty() && document().hasPendingStyleRecalc()) { in imageChanged()353 if (!m_altText.isEmpty()) { in paintReplaced()363 …TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_altText, style(), TextRun::Allow… in paintReplaced()564 m_altText = toHTMLInputElement(node())->altText(); in updateAltText()566 m_altText = toHTMLImageElement(node())->altText(); in updateAltText()
62 String altText() const { return m_altText; } in altText()116 String m_altText; variable