Home | History | Annotate | Download | only in rendering

Lines Matching refs:skipContainingBlockForPercentHeightCalculation

2364 bool RenderBox::skipContainingBlockForPercentHeightCalculation(const RenderBox* containingBlock) const
2386 while (!cb->isRenderView() && skipContainingBlockForPercentHeightCalculation(cb)) {