Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDeprecatedFlexibleBox.h49 virtual bool isStretchingChildren() const { return m_stretchingChildren; } in isStretchingChildren() function
DRenderObject.h919 virtual bool isStretchingChildren() const { return false; } in isStretchingChildren() function
DRenderBox.cpp2737 && parent()->isStretchingChildren()) { in computeLogicalHeight()