Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBox.cpp1298 bool treatAsReplaced = shouldCalculateSizeAsReplaced() && (!inVerticalBox || !stretching); in calcWidth() local
1300 Length w = (treatAsReplaced) ? Length(calcReplacedWidth(), Fixed) : style()->width(); in calcWidth()
1313 if (treatAsReplaced) { in calcWidth()
1315 if (treatAsReplaced) in calcWidth()
1334 if (treatAsReplaced) in calcWidth()
1374 if (containerWidth && !treatAsReplaced && in calcWidth()
1499 bool treatAsReplaced = shouldCalculateSizeAsReplaced() && (!inHorizontalBox || !stretching); in calcHeight() local
1507 else if (treatAsReplaced) in calcHeight()