imageContents 368 Source/core/dom/Element.h virtual Image* imageContents() { return 0; } imageContents 122 Source/core/html/HTMLImageElement.h virtual Image* imageContents() OVERRIDE; imageContents 163 Source/web/WebElement.cpp WebCore::Image* image = unwrap<Element>()->imageContents(); imageContents 5054 Source/web/tests/WebFrameTest.cpp WebImage image = element.imageContents(); imageContents 89 public/web/WebElement.h BLINK_EXPORT WebImage imageContents();