usedWidth          84 Source/core/rendering/FixedTableLayout.cpp     int usedWidth = 0;
usedWidth         126 Source/core/rendering/FixedTableLayout.cpp                 usedWidth += effectiveColWidth * spanInCurrentEffectiveColumn;
usedWidth         136 Source/core/rendering/FixedTableLayout.cpp         return usedWidth;
usedWidth         164 Source/core/rendering/FixedTableLayout.cpp                 usedWidth += fixedBorderBoxLogicalWidth * eSpan / span;
usedWidth         177 Source/core/rendering/FixedTableLayout.cpp     return usedWidth;
usedWidth        1321 Source/core/rendering/RenderBoxModelObject.cpp     bool presentButInvisible() const { return usedWidth() && !hasVisibleColorAndStyle(); }
usedWidth        1350 Source/core/rendering/RenderBoxModelObject.cpp         int fullWidth = usedWidth();
usedWidth        2007 Source/core/rendering/RenderBoxModelObject.cpp         LayoutUnit topWidth = edges[BSTop].usedWidth() / 2;
usedWidth        2008 Source/core/rendering/RenderBoxModelObject.cpp         LayoutUnit bottomWidth = edges[BSBottom].usedWidth() / 2;
usedWidth        2009 Source/core/rendering/RenderBoxModelObject.cpp         LayoutUnit leftWidth = edges[BSLeft].usedWidth() / 2;
usedWidth        2010 Source/core/rendering/RenderBoxModelObject.cpp         LayoutUnit rightWidth = edges[BSRight].usedWidth() / 2;