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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 24 #include "core/rendering/PaintInfo.h"
194 void InlineBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit /* lineTop */, LayoutUnit /*lineBottom*/)
196 if (!paintInfo.shouldPaintWithinRoot(renderer()) || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
203 RenderBlock::paintAsInlineBlock(renderer(), paintInfo, childPoint);
CompositedLayerMapping.cpp 538 LayoutRect result = PaintInfo::infiniteRect();
629 ASSERT(parentClipRect != PaintInfo::infiniteRect());
    [all...]

Completed in 55 milliseconds