Searched refs:treatAsReplaced (Results 1 – 1 of 1) sorted by relevance
1298 bool treatAsReplaced = shouldCalculateSizeAsReplaced() && (!inVerticalBox || !stretching); in calcWidth() local1300 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() local1507 else if (treatAsReplaced) in calcHeight()