Home
last modified time | relevance | path

Searched refs:cellDescendant (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.cpp869 static bool shouldFlexCellChild(RenderObject* cellDescendant) in shouldFlexCellChild() argument
871 …return cellDescendant->isReplaced() || (cellDescendant->isBox() && toRenderBox(cellDescendant)->sc… in shouldFlexCellChild()