Home | History | Annotate | Download | only in rendering

Lines Matching refs:image

173     // For <area> tags in image maps, walk the tree for the <area>, not the <img> using it.
200 HTMLImageElement* image = static_cast<HTMLImageElement*>(m_innerNonSharedNode.get());
201 return displayString(image->getAttribute(altAttr), m_innerNonSharedNode.get());
211 WMLImageElement* image = static_cast<WMLImageElement*>(m_innerNonSharedNode.get());
212 return displayString(image->altText(), m_innerNonSharedNode.get());
219 Image* HitTestResult::image() const
226 RenderImage* image = static_cast<WebCore::RenderImage*>(renderer);
227 if (image->cachedImage() && !image->cachedImage()->errorOccurred())
228 return image->cachedImage()->image();
236 if (!image())