Home
last modified time | relevance | path

Searched refs:LayerFragments (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h512 …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…
DRenderRegion.h39 typedef Vector<LayerFragment, 1> LayerFragments; typedef
140 virtual void collectLayerFragments(LayerFragments&, const LayoutRect&, const LayoutRect&) { } in collectLayerFragments() argument
DRenderFlowThread.h42 typedef Vector<LayerFragment, 1> LayerFragments; typedef
162 …void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const LayoutRect& …
DRenderMultiColumnSet.h121 …virtual void collectLayerFragments(LayerFragments&, const LayoutRect& layerBoundingBox, const Layo…
DRenderLayer.cpp2131 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 …]
DClipRect.h270 typedef Vector<LayerFragment, 1> LayerFragments; typedef
DRenderLayerScrollableArea.h166 bool hitTestResizerInFragments(const LayerFragments&, const HitTestLocation&) const;
DRenderMultiColumnSet.cpp416 void RenderMultiColumnSet::collectLayerFragments(LayerFragments& fragments, const LayoutRect& layer… in collectLayerFragments()
DRenderFlowThread.cpp1012 void RenderFlowThread::collectLayerFragments(LayerFragments& layerFragments, const LayoutRect& laye… in collectLayerFragments()
1029 LayerFragments fragments; in fragmentsBoundingBox()
DRenderLayerScrollableArea.cpp1137 bool RenderLayerScrollableArea::hitTestResizerInFragments(const LayerFragments& layerFragments, con… in hitTestResizerInFragments()