Searched refs:setAltText (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DContentData.cpp54 image->setAltText(altText());
61 fragment->setAltText(altText());
H A DContentData.h63 void setAltText(const String& alt) { m_altText = alt; } function in class:WebCore::ContentData
H A DRenderStyle.cpp892 rareNonInheritedData.access()->m_content->setAltText(rareNonInheritedData.access()->m_altText);
912 lastContent->setAltText(rareNonInheritedData.access()->m_altText);
919 content->setAltText(rareNonInheritedData.access()->m_altText);
950 rareNonInheritedData.access()->m_content->setAltText(string);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTextFragment.h59 void setAltText(const String& altText) { m_altText = altText; } function in class:WebCore::final
H A DRenderImage.h62 void setAltText(const String& altText) { m_altText = altText; } function in class:WebCore::RenderImage

Completed in 128 milliseconds