Searched refs:outlineBoundsForRepaint (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayoutRepainter.cpp44 m_oldOutlineBox = m_object.outlineBoundsForRepaint(m_repaintContainer);
H A DRenderLayerRepainter.cpp107 m_outlineBox = m_renderer->outlineBoundsForRepaint(repaintContainer, geometryMap);
H A DRenderObject.h841 virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* /*repaintContainer*/, const RenderGeometryMap* = 0) const { return LayoutRect(); } function in class:WebCore::RenderObject
973 return outlineBoundsForRepaint(0);
H A DRenderBox.h171 virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* /*repaintContainer*/, const RenderGeometryMap*) const OVERRIDE FINAL;
H A DRenderObject.cpp1510 // ASSERT(!newOutlineBoxRectPtr || *newOutlineBoxRectPtr == outlineBoundsForRepaint(repaintContainer));
1511 newOutlineBox = newOutlineBoxRectPtr ? *newOutlineBoxRectPtr : outlineBoundsForRepaint(repaintContainer);
H A DRenderBox.cpp651 LayoutRect RenderBox::outlineBoundsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap* geometryMap) const function in class:WebCore::RenderBox
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGModelObject.h54 virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap*) const OVERRIDE FINAL;
H A DRenderSVGModelObject.cpp70 LayoutRect RenderSVGModelObject::outlineBoundsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap*) const function in class:WebCore::RenderSVGModelObject

Completed in 129 milliseconds