SizeType          254 Source/core/fetch/ImageResource.cpp LayoutSize ImageResource::imageSizeForRenderer(const RenderObject* renderer, float multiplier, SizeType sizeType)
SizeType           81 Source/core/fetch/ImageResource.h     LayoutSize imageSizeForRenderer(const RenderObject*, float multiplier, SizeType = NormalSize); // returns the size of the complete image.
SizeType         2296 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::computeLogicalWidthUsing(SizeType widthType, Length logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* cb) const
SizeType          445 Source/core/rendering/RenderBox.h     LayoutUnit computeLogicalWidthUsing(SizeType, Length logicalWidth, LayoutUnit availableLogicalWidth, const RenderBlock* containingBlock) const;
SizeType          430 Source/core/rendering/RenderFlexibleBox.cpp LayoutUnit RenderFlexibleBox::computeMainAxisExtentForChild(RenderBox* child, SizeType sizeType, const Length& size)
SizeType           99 Source/core/rendering/RenderFlexibleBox.h     LayoutUnit computeMainAxisExtentForChild(RenderBox* child, SizeType, const Length& size);
SizeType          100 Source/core/rendering/RenderImageResource.cpp LayoutSize RenderImageResource::getImageSize(float multiplier, ImageResource::SizeType type) const
SizeType           78 Source/core/rendering/RenderImageResource.h     LayoutSize getImageSize(float multiplier, ImageResource::SizeType) const;
SizeType           92 Source/core/rendering/RenderScrollbarPart.cpp static int calcScrollbarThicknessUsing(SizeType sizeType, const Length& length, int containingLength)