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()325 if (!m_altText.isEmpty()) { in paintReplaced()335 …TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_altText, style(), TextRun::Allow… in paintReplaced()550 m_altText = toHTMLInputElement(node())->altText(); in updateAltText()552 m_altText = toHTMLImageElement(node())->altText(); in updateAltText()
62 String altText() const { return m_altText; } in altText()112 String m_altText; variable