HomeSort by relevance Sort by last modified time
    Searched refs:PaintPhase (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 40 enum PaintPhase {
PaintInfo.h 34 #include "core/rendering/PaintPhase.h"
53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior,
108 PaintPhase phase;
RenderTableRow.cpp 238 PaintPhase paintPhase = paintInfo.phase;
239 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE)
RenderTableSection.cpp     [all...]
RenderTable.cpp 629 PaintPhase paintPhase = paintInfo.phase;
643 popContentsClip(paintInfo, paintPhase, adjustedPaintOffset);
648 PaintPhase paintPhase = paintInfo.phase;
649 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
652 if (paintPhase == PaintPhaseMask) {
658 if (paintPhase == PaintPhaseBlockBackground)
662 if (paintPhase == PaintPhaseChildBlockBackgrounds
    [all...]
RenderBox.h 481 void popContentsClip(PaintInfo&, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset);
    [all...]
RenderLayer.h     [all...]
RenderObject.h 36 #include "core/rendering/PaintPhase.h"
    [all...]
InlineFlowBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContextAnnotation.cpp 36 #include "core/rendering/PaintPhase.h"
48 static const char* paintPhaseName(WebCore::PaintPhase phase)

Completed in 407 milliseconds