Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFlexibleBox.h51 virtual bool isStretchingChildren() const { return m_stretchingChildren; } in isStretchingChildren() function
DRenderObject.h734 virtual bool isStretchingChildren() const { return false; } in isStretchingChildren() function
DRenderBox.cpp1835 && parent()->isStretchingChildren()) { in computeLogicalHeight()