Searched refs:replacedContentRect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DHTMLCanvasPainter.cpp21 LayoutRect paintRect = m_renderHTMLCanvas.replacedContentRect();
H A DImagePainter.cpp154 LayoutRect paintRect = m_renderImage.replacedContentRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.h39 LayoutRect replacedContentRect(const LayoutSize* overriddenIntrinsicSize = 0) const;
H A DRenderVideo.cpp138 return pixelSnappedIntRect(replacedContentRect(overriddenIntrinsicSize));
H A DRenderReplaced.cpp82 LayoutRect oldContentRect = replacedContentRect();
96 if (replacedContentRect() != oldContentRect)
287 LayoutRect RenderReplaced::replacedContentRect(const LayoutSize* overriddenIntrinsicSize) const function in class:blink::RenderReplaced
H A DRenderImage.cpp188 LayoutRect containerRect = replacedContentRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp126 ? toRenderImage(m_renderer).replacedContentRect()

Completed in 545 milliseconds