Home
last modified time | relevance | path

Searched refs:childInfo (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.cpp1006 PaintInfo childInfo(paintInfo); in paint() local
1007 childInfo.phase = paintPhase; in paint()
1008 childInfo.updatePaintingRootForChildren(renderer()); in paint()
1014 curr->paint(childInfo, tx, ty, lineTop, lineBottom); in paint()
DRenderBox.cpp791 PaintInfo childInfo(paintInfo); in paint() local
792 childInfo.updatePaintingRootForChildren(this); in paint()
794 child->paint(childInfo, tx, ty); in paint()