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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.cpp1930 bool treatAsReplaced = shouldComputeSizeAsReplaced() && (!inVerticalBox || !stretching); local
1933 Length logicalWidthLength = treatAsReplaced ? Length(computeReplacedLogicalWidth(), Fixed) : styleToUse->logicalWidth();
1943 if (treatAsReplaced)
1949 if (treatAsReplaced)
2253 bool treatAsReplaced = shouldComputeSizeAsReplaced() && (!inHorizontalBox || !stretching); local
2262 else if (treatAsReplaced)

Completed in 334 milliseconds