Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2124 PaintInfo paintInfoForChild(paintInfo); in paintContents() local
2125 paintInfoForChild.phase = newPhase; in paintContents()
2126 paintInfoForChild.updatePaintingRootForChildren(this); in paintContents()
2127 paintChildren(paintInfoForChild, paintOffset); in paintContents()