Searched refs:MainOrPreferredSize (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderScrollbarPart.cpp | 106 …int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize, renderView… in computeScrollbarWidth() 124 …int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize, renderVie… in computeScrollbarHeight()
|
D | RenderBox.h | 37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enumerator
|
D | RenderFlexibleBox.cpp | 653 …return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis… in preferredMainAxisContentExtentForChild()
|
D | RenderBox.cpp | 2324 …LayoutUnit preferredWidth = computeLogicalWidthInRegionUsing(MainOrPreferredSize, styleToUse->logi… in computeLogicalWidthInRegion() 2425 if (widthType == MainOrPreferredSize && sizesLogicalWidthToFitContent(widthType)) in computeLogicalWidthInRegionUsing()
|