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

/external/webkit/Source/WebCore/rendering/
H A DRenderTable.cpp519 PaintPhase paintPhase = paintInfo.phase; local
533 popContentsClip(paintInfo, paintPhase, tx, ty);
538 PaintPhase paintPhase = paintInfo.phase; local
539 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
542 if (paintPhase == PaintPhaseMask) {
548 if (paintPhase == PaintPhaseBlockBackground)
552 if (paintPhase == PaintPhaseChildBlockBackgrounds)
553 paintPhase = PaintPhaseChildBlockBackground;
556 info.phase = paintPhase;
[all...]
H A DRenderTreeAsText.cpp595 LayerPaintPhase paintPhase = LayerPaintPhaseAll, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal)
626 if (paintPhase == LayerPaintPhaseBackground)
628 else if (paintPhase == LayerPaintPhaseForeground)
642 if (paintPhase != LayerPaintPhaseBackground)
H A DRenderTableSection.cpp1011 PaintPhase paintPhase = paintInfo.phase; local
1014 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) {
1049 PaintPhase paintPhase = paintInfo.phase; local
1068 int os = 2 * maximalOutlineSize(paintPhase);
H A DRenderBlock.cpp2499 PaintPhase paintPhase = paintInfo.phase; local
2502 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground
2504 || paintPhase == PaintPhaseBlockBackgroundDecorations
2513 if (paintPhase == PaintPhaseMask && style()->visibility() == VISIBLE) {
2519 if (paintPhase == PaintPhaseBlockBackground)
2532 if (paintPhase != PaintPhaseSelfOutline) {
2546 if (paintPhase == PaintPhaseFloat || paintPhase == PaintPhaseSelection || paintPhase
[all...]
H A DInlineFlowBox.cpp1005 PaintPhase paintPhase = paintInfo.phase == PaintPhaseChildOutlines ? PaintPhaseOutline : paintInfo.phase;
1007 childInfo.phase = paintPhase;
1011 if (paintPhase != PaintPhaseSelfOutline) {

Completed in 91 milliseconds