HomeSort by relevance Sort by last modified time
    Searched defs:paintPhase (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.cpp 42 static const char* paintPhaseName(WebCore::PaintPhase phase)
92 const char* paintPhase = 0;
99 paintPhase = paintPhaseName(paintInfo.phase);
125 m_context->beginAnnotation(rendererName, paintPhase, elementId, elementClass, elementTag);
RenderTableRow.cpp 224 PaintPhase paintPhase = paintInfo.phase;
225 if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE)
RenderTable.cpp 638 PaintPhase paintPhase = paintInfo.phase;
651 popContentsClip(paintInfo, paintPhase, adjustedPaintOffset);
656 PaintPhase paintPhase = paintInfo.phase;
657 if ((paintPhase == PaintPhaseBlockBackground || paintPhase == PaintPhaseChildBlockBackground) && hasBoxDecorations() && style()->visibility() == VISIBLE)
660 if (paintPhase == PaintPhaseMask) {
666 if (paintPhase == PaintPhaseBlockBackground)
670 if (paintPhase == PaintPhaseChildBlockBackgrounds
    [all...]
RenderTableSection.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextAnnotation.h 57 String paintPhase() const { return m_paintPhase; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 256 milliseconds