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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h 62 String altText() const { return m_altText; }
108 String m_altText;
RenderImage.cpp 120 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()))
175 if (!m_altText.isEmpty() && document()->hasPendingStyleRecalc()) {
335 if (!m_altText.isEmpty()) {
336 String text = document()->displayStringModifiedByEncoding(m_altText);
540 m_altText = toHTMLInputElement(node())->altText();
542 m_altText = toHTMLImageElement(node())->altText();

Completed in 6950 milliseconds