Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBox.cpp1740 bool inVerticalBox = parent()->isFlexibleBox() && (parent()->style()->boxOrient() == VERTICAL); in calcWidth() local
1742 bool treatAsReplaced = shouldCalculateSizeAsReplaced() && (!inVerticalBox || !stretching); in calcWidth()