Searched refs:shouldFlexCellChild (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp927 static bool shouldFlexCellChild(RenderObject* cellDescendant) function in namespace:blink
997 && (flexAllChildren || shouldFlexCellChild(child))
1008 if (flexAllChildren || shouldFlexCellChild(*it)) {

Completed in 523 milliseconds