HomeSort by relevance Sort by last modified time
    Searched refs:PaintPhaseForeground (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintPhase.h 45 PaintPhaseForeground,
RenderReplica.cpp 77 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
82 if (paintInfo.phase == PaintPhaseForeground) {
GraphicsContextAnnotator.cpp 53 case WebCore::PaintPhaseForeground:
RenderFileUploadControl.cpp 96 if (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseChildBlockBackgrounds) {
105 if (paintInfo.phase == PaintPhaseForeground) {
RenderWidget.cpp 199 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
210 if (paintInfo.phase != PaintPhaseForeground)
RenderDetailsMarker.cpp 117 if (paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE) {
RenderReplaced.cpp 117 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
132 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && !canHaveChildren() && paintInfo.phase != PaintPhaseClippingMask)
182 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseOutline && paintInfo.phase != PaintPhaseSelfOutline
RenderScrollbarPart.cpp 191 paintInfo.phase = PaintPhaseForeground;
InlineBox.cpp 197 if (!paintInfo.shouldPaintWithinRoot(&renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
RenderLineBoxList.cpp 199 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection && paintInfo.phase != PaintPhaseOutline
RenderListBox.cpp 322 if (paintInfo.phase == PaintPhaseForeground) {
336 case PaintPhaseForeground:
    [all...]
RenderFrameSet.cpp 121 if (paintInfo.phase != PaintPhaseForeground)
RenderMultiColumnSet.cpp 429 if (!m_flowThread || !isValid() || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
RootInlineBox.cpp 168 && paintInfo.phase == PaintPhaseForeground)
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.cpp 36 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
50 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
RenderSVGForeignObject.cpp 56 || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
68 if (paintInfo.phase == PaintPhaseForeground) {
85 childPaintInfo.phase = PaintPhaseForeground;
RenderSVGContainer.cpp 136 if (childPaintInfo.phase == PaintPhaseForeground) {
156 if (paintInfo.phase == PaintPhaseForeground && style()->outlineWidth() && style()->visibility() == VISIBLE) {
RenderSVGText.cpp 476 if (paintInfo.phase != PaintPhaseForeground
490 if (paintInfo.phase == PaintPhaseForeground) {
RenderSVGImage.cpp 129 || paintInfo.phase != PaintPhaseForeground
SVGRenderingContext.cpp 255 PaintInfo info(context, PaintInfo::infiniteRect(), PaintPhaseForeground, PaintBehaviorNormal);
RenderSVGRoot.cpp 232 // SVG outlines are painted during PaintPhaseForeground.
268 if (childPaintInfo.phase == PaintPhaseForeground) {
SVGRootInlineBox.cpp 37 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
RenderSVGShape.cpp 239 || paintInfo.phase != PaintPhaseForeground
SVGInlineTextBox.cpp 192 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
249 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);

Completed in 206 milliseconds

1 2