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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 40 enum PaintPhase {
PaintInfo.h 30 #include "core/rendering/PaintPhase.h"
53 PaintInfo(GraphicsContext* newContext, const IntRect& newRect, PaintPhase newPhase, PaintBehavior newPaintBehavior,
117 PaintPhase phase;
GraphicsContextAnnotator.cpp 50 static const char* paintPhaseName(blink::PaintPhase phase)
RenderLayer.h 578 void paintForegroundForFragmentsWithPhase(PaintPhase, const LayerFragments&, GraphicsContext*, const LayerPaintingInfo&, PaintBehavior, RenderObject* paintingRootForRenderer, PaintLayerFlags);
    [all...]
RenderBox.h 507 void popContentsClip(PaintInfo&, PaintPhase originalPhase, const LayoutPoint& accumulatedOffset);
    [all...]
RenderLayer.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TableRowPainter.cpp 33 PaintPhase paintPhase = paintInfo.phase;
34 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && m_renderTableRow.style()->visibility() == VISIBLE)
TablePainter.cpp 23 PaintPhase paintPhase = paintInfo.phase;
36 m_renderTable.popContentsClip(paintInfo, paintPhase, adjustedPaintOffset);
41 PaintPhase paintPhase = paintInfo.phase;
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
    [all...]
TableSectionPainter.cpp 35 PaintPhase phase = paintInfo.phase;
161 PaintPhase paintPhase = paintInfo.phase;
164 if (paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) {
BlockPainter.cpp 35 PaintPhase phase = paintInfo.phase;
142 PaintPhase paintPhase = paintInfo.phase;
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 == PaintPhaseTextClip)
    [all...]

Completed in 128 milliseconds