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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContextAnnotation.h66 String paintPhase() const { return m_paintPhase; } function in class:WebCore::GraphicsContextAnnotation
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableRow.cpp238 PaintPhase paintPhase = paintInfo.phase; local
239 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE)
H A DRenderLayerBacking.cpp1083 GraphicsLayerPaintingPhase paintPhase = GraphicsLayerPaintOverflowContents | GraphicsLayerPaintCompositedScroll; local
1085 paintPhase |= GraphicsLayerPaintForeground;
1086 m_scrollingContentsLayer->setPaintingPhase(paintPhase);
H A DRenderTable.cpp629 PaintPhase paintPhase = paintInfo.phase; local
643 popContentsClip(paintInfo, paintPhase, adjustedPaintOffset);
648 PaintPhase paintPhase = paintInfo.phase; local
649 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
652 if (paintPhase == PaintPhaseMask) {
658 if (paintPhase == PaintPhaseBlockBackground)
662 if (paintPhase == PaintPhaseChildBlockBackgrounds)
663 paintPhase = PaintPhaseChildBlockBackground;
666 info.phase = paintPhase;
[all...]
H A DRenderTableSection.cpp1204 PaintPhase paintPhase = paintInfo.phase; local
1207 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) {
1340 PaintPhase paintPhase = paintInfo.phase; local
1344 localRepaintRect.inflate(maximalOutlineSize(paintPhase));
H A DRenderBlock.cpp3141 PaintPhase paintPhase = paintInfo.phase; local
3144 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) {
3151 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) {
3157 if (paintPhase == PaintPhaseBlockBackground || paintInfo.paintRootBackgroundOnly())
3166 if (paintPhase != PaintPhaseSelfOutline) {
3180 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) {
3184 paintFloats(paintInfo, scrolledOffset, paintPhase
[all...]

Completed in 187 milliseconds