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

/external/webkit/WebCore/rendering/
H A DRenderTable.cpp489 PaintPhase paintPhase = paintInfo.phase; local
491 int os = 2 * maximalOutlineSize(paintPhase);
500 popContentsClip(paintInfo, paintPhase, tx, ty);
505 PaintPhase paintPhase = paintInfo.phase; local
506 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
509 if (paintPhase == PaintPhaseMask) {
515 if (paintPhase == PaintPhaseBlockBackground)
519 if (paintPhase == PaintPhaseChildBlockBackgrounds)
520 paintPhase
[all...]
H A DRenderTableSection.cpp1058 PaintPhase paintPhase = paintInfo.phase; local
1081 int os = 2 * maximalOutlineSize(paintPhase);
1143 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) {
H A DRenderBlock.cpp1724 PaintPhase paintPhase = paintInfo.phase; local
1727 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && style()->visibility() == VISIBLE) {
1734 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) {
1740 if (paintPhase == PaintPhaseBlockBackground)
1750 if (paintPhase != PaintPhaseSelfOutline) {
1764 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase == PaintPhaseTextClip) {
1768 paintFloats(paintInfo, scrolledX, scrolledY, paintPhase
[all...]

Completed in 27 milliseconds