Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1571 bool inVerticalBox = parent()->isFlexibleBox() && (parent()->style()->boxOrient() == VERTICAL); in computeLogicalWidth() local
1573 bool treatAsReplaced = shouldComputeSizeAsReplaced() && (!inVerticalBox || !stretching); in computeLogicalWidth()