Searched refs:embeddedContentBox (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.h55 virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
H A DRenderPart.cpp85 return embeddedContentBox();
H A DRenderReplaced.h75 virtual RenderBox* embeddedContentBox() const { return 0; } function in class:blink::RenderReplaced
H A DRenderImage.h80 virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
H A DRenderEmbeddedObject.cpp218 RenderBox* RenderEmbeddedObject::embeddedContentBox() const function in class:blink::RenderEmbeddedObject
222 return toFrameView(widget())->embeddedContentBox();
H A DRenderImage.cpp453 return embeddedContentBox();
456 RenderBox* RenderImage::embeddedContentBox() const function in class:blink::RenderImage
463 return toSVGImage(cachedImage->image())->embeddedContentBox();
H A DRenderReplaced.cpp327 // If there's an embeddedContentBox() of a remote, referenced document available, this code-path should never be used.
328 ASSERT(!embeddedContentBox());
343 RenderBox* contentRenderer = embeddedContentBox();
406 RenderBox* contentRenderer = embeddedContentBox();
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.h51 RenderBox* embeddedContentBox() const;
H A DSVGImage.cpp308 RenderBox* SVGImage::embeddedContentBox() const function in class:SVGImage
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h274 RenderBox* embeddedContentBox() const;
H A DFrameView.cpp664 RenderBox* contentBox = embeddedContentBox();
674 // embeddedContentBox() returns 0, as long as the embedded document isn't loaded yet. Before
1024 RenderBox* FrameView::embeddedContentBox() const function in class:blink::FrameView

Completed in 478 milliseconds