Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarPart.cpp106 …int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize, renderView… in computeScrollbarWidth()
124 …int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize, renderVie… in computeScrollbarHeight()
DRenderBox.h37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enumerator
DRenderFlexibleBox.cpp653 …return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis… in preferredMainAxisContentExtentForChild()
DRenderBox.cpp2324 …LayoutUnit preferredWidth = computeLogicalWidthInRegionUsing(MainOrPreferredSize, styleToUse->logi… in computeLogicalWidthInRegion()
2425 if (widthType == MainOrPreferredSize && sizesLogicalWidthToFitContent(widthType)) in computeLogicalWidthInRegionUsing()