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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImage.h67 String altText() const { return m_altText; }
114 String m_altText; member in class:blink::RenderImage
H A DRenderImage.cpp123 else if (!m_altText.isEmpty() || newImage) {
129 if (!m_altText.isEmpty()) {
133 IntSize paddedTextSize(paddingWidth + std::min(ceilf(font.width(constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + std::min(font.fontMetrics().height(), maxAltTextHeight));
387 m_altText = toHTMLInputElement(node())->altText();
389 m_altText = toHTMLImageElement(node())->altText();

Completed in 77 milliseconds