Home | History | Annotate | Download | only in rendering

Lines Matching refs:descendants

211             // Clear our positioned objects list. Our absolutely positioned descendants will be
215 // Remove our absolutely positioned descendants from their current containing block.
276 // then mark its descendants with floats for layout and clear all floats from its next
1890 if (HashSet<RenderBox*>* descendants = gPercentHeightDescendantsMap->get(this)) {
1891 HashSet<RenderBox*>::iterator end = descendants->end();
1892 for (HashSet<RenderBox*>::iterator it = descendants->begin(); it != end; ++it) {
2104 // descendants. An exception is if we need a layout. In this case, we know we're going to
2167 // Lay out positioned descendants or objects that just need to recompute overflow.
2400 // Avoid painting descendants of the root element when stylesheets haven't loaded. This eliminates FOUC.
3967 // Hit test descendants first.