Searched refs:cellDescendant (Results 1 – 1 of 1) sorted by relevance
869 static bool shouldFlexCellChild(RenderObject* cellDescendant) in shouldFlexCellChild() argument871 …return cellDescendant->isReplaced() || (cellDescendant->isBox() && toRenderBox(cellDescendant)->sc… in shouldFlexCellChild()