Searched refs:pushMappingToContainer (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGInline.cpp93 const RenderObject* RenderSVGInline::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderSVGInline
95 return SVGRenderSupport::pushMappingToContainer(this, ancestorToStopAt, geometryMap);
H A DRenderSVGForeignObject.h54 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderSVGInline.h50 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
H A DRenderSVGModelObject.h59 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
H A DSVGRenderSupport.h68 static const RenderObject* pushMappingToContainer(const RenderObject*, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&);
H A DRenderSVGForeignObject.cpp197 const RenderObject* RenderSVGForeignObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderSVGForeignObject
199 return SVGRenderSupport::pushMappingToContainer(this, ancestorToStopAt, geometryMap);
H A DRenderSVGText.h78 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderSVGModelObject.cpp62 const RenderObject* RenderSVGModelObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderSVGModelObject
64 return SVGRenderSupport::pushMappingToContainer(this, ancestorToStopAt, geometryMap);
H A DRenderSVGRoot.h103 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderSVGRoot.cpp409 const RenderObject* RenderSVGRoot::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderSVGRoot
411 return RenderReplaced::pushMappingToContainer(ancestorToStopAt, geometryMap);
H A DRenderSVGText.cpp117 const RenderObject* RenderSVGText::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderSVGText
119 return SVGRenderSupport::pushMappingToContainer(this, ancestorToStopAt, geometryMap);
H A DSVGRenderSupport.cpp84 const RenderObject* SVGRenderSupport::pushMappingToContainer(const RenderObject* object, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) function in class:WebCore::SVGRenderSupport
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.cpp155 renderer = renderer->pushMappingToContainer(ancestorRenderer, *this);
H A DRenderView.h206 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderBoxModelObject.h172 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE;
H A DRenderView.cpp333 const RenderObject* RenderView::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderView
H A DRenderObject.h972 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const;
H A DRenderBoxModelObject.cpp2689 const RenderObject* RenderBoxModelObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderBoxModelObject
H A DRenderObject.cpp2167 const RenderObject* RenderObject::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const function in class:WebCore::RenderObject

Completed in 216 milliseconds