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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp2267 void RenderBlock::repaintOverhangingFloats(bool paintAllDescendants) argument
2282 // is our responsibility to paint (m_shouldPaint is set). When paintAllDescendants is true, the latter
2284 if (logicalBottomForFloat(r) > logicalHeight() && ((paintAllDescendants && r->m_renderer->isDescendantOf(this)) || r->m_shouldPaint) && !r->m_renderer->hasSelfPaintingLayer()) {

Completed in 706 milliseconds