Searched refs:paintPhase (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DTablePainter.cpp23 PaintPhase paintPhase = paintInfo.phase; local
36 m_renderTable.popContentsClip(paintInfo, paintPhase, adjustedPaintOffset);
41 PaintPhase paintPhase = paintInfo.phase; local
42 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && m_renderTable.hasBoxDecorationBackground() && m_renderTable.style()->visibility() == VISIBLE)
45 if (paintPhase == PaintPhaseMask) {
51 if (paintPhase == PaintPhaseBlockBackground)
55 if (paintPhase == PaintPhaseChildBlockBackgrounds)
56 paintPhase = PaintPhaseChildBlockBackground;
59 info.phase = paintPhase;
[all...]
H A DTableRowPainter.cpp33 PaintPhase paintPhase = paintInfo.phase; local
34 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && m_renderTableRow.style()->visibility() == VISIBLE)
H A DBlockPainter.cpp142 PaintPhase paintPhase = paintInfo.phase; local
150 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && m_renderBlock.style()->visibility() == VISIBLE) {
157 if (paintPhase == PaintPhaseMask && m_renderBlock.style()->visibility() == VISIBLE) {
162 if (paintPhase == PaintPhaseClippingMask && m_renderBlock.style()->visibility() == VISIBLE) {
168 if (paintPhase == PaintPhaseBlockBackground || paintInfo.paintRootBackgroundOnly())
172 if (paintPhase != PaintPhaseSelfOutline) {
186 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase
[all...]
H A DTableSectionPainter.cpp161 PaintPhase paintPhase = paintInfo.phase; local
164 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp508 LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal)
549 if (paintPhase == LayerPaintPhaseBackground)
551 else if (paintPhase == LayerPaintPhaseForeground)
572 if (paintPhase != LayerPaintPhaseBackground)
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1083 GraphicsLayerPaintingPhase paintPhase = GraphicsLayerPaintOverflowContents | GraphicsLayerPaintCompositedScroll; local
1085 paintPhase |= GraphicsLayerPaintForeground;
1086 m_scrollingContentsLayer->setPaintingPhase(paintPhase);
1087 m_scrollingBlockSelectionLayer->setPaintingPhase(paintPhase);

Completed in 2091 milliseconds