/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderGeometryMap.cpp | 37 RenderGeometryMap::RenderGeometryMap(MapCoordinatesFlags flags) in RenderGeometryMap() function in WebCore::RenderGeometryMap 46 RenderGeometryMap::~RenderGeometryMap() in ~RenderGeometryMap() 50 void RenderGeometryMap::mapToContainer(TransformState& transformState, const RenderLayerModelObject… in mapToContainer() 107 FloatPoint RenderGeometryMap::mapToContainer(const FloatPoint& p, const RenderLayerModelObject* con… in mapToContainer() 140 void RenderGeometryMap::dumpSteps() in dumpSteps() 152 FloatQuad RenderGeometryMap::mapToContainer(const FloatRect& rect, const RenderLayerModelObject* co… in mapToContainer() 186 void RenderGeometryMap::pushMappingsToAncestor(const RenderObject* renderer, const RenderLayerModel… in pushMappingsToAncestor() 214 void RenderGeometryMap::pushMappingsToAncestor(const RenderLayer* layer, const RenderLayer* ancesto… in pushMappingsToAncestor() 245 void RenderGeometryMap::push(const RenderObject* renderer, const LayoutSize& offsetFromContainer, b… in push() 262 void RenderGeometryMap::push(const RenderObject* renderer, const TransformationMatrix& t, bool accu… in push() [all …]
|
D | RenderLayerRepainter.h | 59 class RenderGeometryMap; variable 72 void repaintAfterLayout(RenderGeometryMap*, bool shouldCheckForRepaint); 78 … computeRepaintRects(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap* = 0);
|
D | RenderGeometryMap.h | 76 class RenderGeometryMap { 77 WTF_MAKE_NONCOPYABLE(RenderGeometryMap); 79 RenderGeometryMap(MapCoordinatesFlags = UseTransforms); 80 ~RenderGeometryMap();
|
D | RenderLayerRepainter.cpp | 60 void RenderLayerRepainter::repaintAfterLayout(RenderGeometryMap* geometryMap, bool shouldCheckForRe… in repaintAfterLayout() 104 …eRepaintRects(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap* geometryMap) in computeRepaintRects()
|
D | RenderLayer.h | 71 class RenderGeometryMap; variable 485 void updateLayerPositions(RenderGeometryMap* = 0, UpdateLayerPositionsFlags = defaultFlags); 495 …void updateLayerPositionsAfterScroll(RenderGeometryMap*, UpdateLayerPositionsAfterScrollFlags = No…
|
D | RenderObject.h | 62 class RenderGeometryMap; variable 841 …orRepaint(const RenderLayerModelObject* /*repaintContainer*/, const RenderGeometryMap* = 0) const … 959 …* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const;
|
D | RenderView.h | 213 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderBoxModelObject.h | 177 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderLayer.cpp | 245 RenderGeometryMap geometryMap(UseTransforms); in updateLayerPositionsAfterLayout() 251 void RenderLayer::updateLayerPositions(RenderGeometryMap* geometryMap, UpdateLayerPositionsFlags fl… in updateLayerPositions() 452 RenderGeometryMap geometryMap(UseTransforms); in updateLayerPositionsAfterDocumentScroll() 458 RenderGeometryMap geometryMap(UseTransforms); in updateLayerPositionsAfterOverflowScroll() 468 void RenderLayer::updateLayerPositionsAfterScroll(RenderGeometryMap* geometryMap, UpdateLayerPositi… in updateLayerPositionsAfterScroll()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderSupport.h | 36 class RenderGeometryMap; variable 71 …Container(const RenderObject*, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&);
|
D | RenderSVGModelObject.h | 54 …ndsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap*) const OVER… 60 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderSVGModelObject.cpp | 62 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap… in pushMappingToContainer() 70 …ineBoundsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap*) const in outlineBoundsForRepaint()
|
D | RenderSVGInline.h | 50 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderSVGForeignObject.h | 54 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderSVGText.h | 78 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderSVGRoot.h | 98 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVER…
|
D | RenderSVGInline.cpp | 93 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap… in pushMappingToContainer()
|
D | RenderSVGForeignObject.cpp | 198 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap… in pushMappingToContainer()
|
D | RenderSVGRoot.cpp | 382 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap… in pushMappingToContainer()
|
D | SVGRenderSupport.cpp | 84 …nderObject* object, const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) in pushMappingToContainer()
|
D | RenderSVGText.cpp | 118 …hMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap… in pushMappingToContainer()
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.cpp | 386 RenderGeometryMap& geometryMap, in convertLayerRectsToEnclosingCompositedLayerRecursive() 485 RenderGeometryMap geometryMap(flags); in convertLayerRectsToEnclosingCompositedLayer()
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_rendering.target.linux-mips.mk | 76 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
|
D | webcore_rendering.target.darwin-x86.mk | 76 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
|
D | webcore_rendering.target.darwin-mips.mk | 76 third_party/WebKit/Source/core/rendering/RenderGeometryMap.cpp \
|