Searched defs:paintAllDescendants (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp1792 void RenderBlockFlow::repaintOverhangingFloats(bool paintAllDescendants) argument
1807 // is our responsibility to paint (m_shouldPaint is set). When paintAllDescendants is true, the latter
1811 && (floatingObject->shouldPaint() || (paintAllDescendants && floatingObject->renderer()->isDescendantOf(this)))) {

Completed in 40 milliseconds