Searched refs:m_altText (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderImage.h62 String altText() const { return m_altText; }
108 String m_altText; member in class:WebCore::RenderImage
H A DRenderImage.cpp120 else if (!m_altText.isEmpty() || newImage) {
126 if (!m_altText.isEmpty()) {
130 IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlock::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
145 if (!m_altText.isEmpty() && setImageSizeForAltText(m_imageResource->cachedImage()))
185 if (!m_altText.isEmpty() && document()->hasPendingStyleRecalc()) {
360 if (!m_altText.isEmpty()) {
361 String text = document()->displayStringModifiedByEncoding(m_altText);
561 m_altText = static_cast<HTMLInputElement*>(node())->altText();
563 m_altText = static_cast<HTMLImageElement*>(node())->altText();

Completed in 241 milliseconds