HomeSort by relevance Sort by last modified time
    Searched full: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; }
116 String m_altText;
RenderImage.cpp 123 else if (!m_altText.isEmpty() || newImage) {
129 if (!m_altText.isEmpty()) {
133 IntSize paddedTextSize(paddingWidth + min(ceilf(font.width(RenderBlockFlow::constructTextRun(this, font, m_altText, style()))), maxAltTextWidth), paddingHeight + min(font.fontMetrics().height(), maxAltTextHeight));
148 if (!m_altText.isEmpty() && setImageSizeForAltText(m_imageResource->cachedImage()))
183 if (!m_altText.isEmpty() && document().hasPendingStyleRecalc()) {
353 if (!m_altText.isEmpty()) {
363 TextRun textRun = RenderBlockFlow::constructTextRun(this, font, m_altText, style(), TextRun::AllowTrailingExpansion | TextRun::ForbidLeadingExpansion, DefaultTextRunFlags | RespectDirection);
564 m_altText = toHTMLInputElement(node())->altText();
566 m_altText = toHTMLImageElement(node())->altText();

Completed in 84 milliseconds