HomeSort by relevance Sort by last modified time
    Searched refs:MainOrPreferredSize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarPart.cpp 105 int w = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->width(), visibleSize, renderView);
123 int h = calcScrollbarThicknessUsing(MainOrPreferredSize, style()->height(), visibleSize, renderView);
RenderBox.h 37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize };
    [all...]
RenderFlexibleBox.cpp 669 return std::max(LayoutUnit(0), computeMainAxisExtentForChild(child, MainOrPreferredSize, flexBasis));
    [all...]
RenderBox.cpp     [all...]

Completed in 66 milliseconds