Searched defs:stretching (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1929 bool stretching = (parent()->style()->boxAlign() == BSTRETCH); local
1930 bool treatAsReplaced = shouldComputeSizeAsReplaced() && (!inVerticalBox || !stretching);
2111 // stretching column flexbox.
2252 bool stretching = parent()->style()->boxAlign() == BSTRETCH; local
2253 bool treatAsReplaced = shouldComputeSizeAsReplaced() && (!inHorizontalBox || !stretching);

Completed in 45 milliseconds