Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2407 LayoutUnit RenderBox::computeLogicalWidthInRegionUsing(SizeType widthType, Length logicalWidth, Lay… in computeLogicalWidthInRegionUsing() argument
2425 if (widthType == MainOrPreferredSize && sizesLogicalWidthToFitContent(widthType)) in computeLogicalWidthInRegionUsing()
2453 bool RenderBox::sizesLogicalWidthToFitContent(SizeType widthType) const in sizesLogicalWidthToFitContent()
2462 …Length logicalWidth = (widthType == MaxSize) ? style()->logicalMaxWidth() : style()->logicalWidth(… in sizesLogicalWidthToFitContent()