altText 805 Source/core/editing/TextIterator.cpp m_text = toRenderImage(renderer)->altText(); altText 53 Source/core/html/HTMLImageElement.h const AtomicString& altText() const; altText 184 Source/core/html/HTMLInputElement.h String altText() const; altText 566 Source/core/rendering/RenderImage.cpp m_altText = toHTMLInputElement(node())->altText(); altText 568 Source/core/rendering/RenderImage.cpp m_altText = toHTMLImageElement(node())->altText(); altText 62 Source/core/rendering/RenderImage.h String altText() const { return m_altText; }