Home
last modified time | relevance | path

Searched refs:paintChild (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.h294 void paintChild(RenderBox*, PaintInfo&, const LayoutPoint&);
DRenderGrid.cpp1240 paintChild(current, paintInfo, paintOffset); in paintChildren()
DRenderBlock.cpp1950 paintChild(child, paintInfo, paintOffset); in paintChildren()
1953 void RenderBlock::paintChild(RenderBox* child, PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintChild() function in WebCore::RenderBlock