Searched refs:LayerFragments (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayer.h | 512 …void collectFragments(LayerFragments&, const RenderLayer* rootLayer, RenderRegion*, const LayoutRe… 515 …void updatePaintingInfoForFragments(LayerFragments&, const LayerPaintingInfo&, PaintLayerFlags, bo… 516 …void paintBackgroundForFragments(const LayerFragments&, GraphicsContext*, GraphicsContext* transpa… 518 …void paintForegroundForFragments(const LayerFragments&, GraphicsContext*, GraphicsContext* transpa… 521 …void paintForegroundForFragmentsWithPhase(PaintPhase, const LayerFragments&, GraphicsContext*, con… 522 …void paintOutlineForFragments(const LayerFragments&, GraphicsContext*, const LayerPaintingInfo&, P… 523 …void paintOverflowControlsForFragments(const LayerFragments&, GraphicsContext*, const LayerPaintin… 524 …void paintMaskForFragments(const LayerFragments&, GraphicsContext*, const LayerPaintingInfo&, Rend… 525 …void paintChildClippingMaskForFragments(const LayerFragments&, GraphicsContext*, const LayerPainti… 552 …bool hitTestContentsForFragments(const LayerFragments&, const HitTestRequest&, HitTestResult&, con…
|
D | RenderRegion.h | 39 typedef Vector<LayerFragment, 1> LayerFragments; typedef 140 virtual void collectLayerFragments(LayerFragments&, const LayoutRect&, const LayoutRect&) { } in collectLayerFragments() argument
|
D | RenderFlowThread.h | 42 typedef Vector<LayerFragment, 1> LayerFragments; typedef 162 …void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& …
|
D | RenderMultiColumnSet.h | 121 …virtual void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const Layo…
|
D | RenderLayer.cpp | 2131 LayerFragments layerFragments; in paintLayerContents() 2241 void RenderLayer::collectFragments(LayerFragments& fragments, const RenderLayer* rootLayer, RenderR… in collectFragments() 2313 void RenderLayer::updatePaintingInfoForFragments(LayerFragments& fragments, const LayerPaintingInfo… in updatePaintingInfoForFragments() 2329 LayerFragments enclosingPaginationFragments; in paintTransformedLayerIntoFragments() 2360 void RenderLayer::paintBackgroundForFragments(const LayerFragments& layerFragments, GraphicsContext… in paintBackgroundForFragments() 2389 void RenderLayer::paintForegroundForFragments(const LayerFragments& layerFragments, GraphicsContext… in paintForegroundForFragments() 2426 void RenderLayer::paintForegroundForFragmentsWithPhase(PaintPhase phase, const LayerFragments& laye… in paintForegroundForFragmentsWithPhase() 2449 void RenderLayer::paintOutlineForFragments(const LayerFragments& layerFragments, GraphicsContext* c… in paintOutlineForFragments() 2465 void RenderLayer::paintMaskForFragments(const LayerFragments& layerFragments, GraphicsContext* cont… in paintMaskForFragments() 2486 void RenderLayer::paintChildClippingMaskForFragments(const LayerFragments& layerFragments, Graphics… in paintChildClippingMaskForFragments() [all …]
|
D | ClipRect.h | 270 typedef Vector<LayerFragment, 1> LayerFragments; typedef
|
D | RenderLayerScrollableArea.h | 166 bool hitTestResizerInFragments(const LayerFragments&, const HitTestLocation&) const;
|
D | RenderMultiColumnSet.cpp | 416 void RenderMultiColumnSet::collectLayerFragments(LayerFragments& fragments, const LayoutRect& layer… in collectLayerFragments()
|
D | RenderFlowThread.cpp | 1012 void RenderFlowThread::collectLayerFragments(LayerFragments& layerFragments, const LayoutRect& laye… in collectLayerFragments() 1029 LayerFragments fragments; in fragmentsBoundingBox()
|
D | RenderLayerScrollableArea.cpp | 1137 bool RenderLayerScrollableArea::hitTestResizerInFragments(const LayerFragments& layerFragments, con… in hitTestResizerInFragments()
|