intValueForLength 1992 Source/core/dom/Document.cpp     marginTop = style->marginTop().isAuto() ? marginTop : intValueForLength(style->marginTop(), width);
intValueForLength 1993 Source/core/dom/Document.cpp     marginRight = style->marginRight().isAuto() ? marginRight : intValueForLength(style->marginRight(), width);
intValueForLength 1994 Source/core/dom/Document.cpp     marginBottom = style->marginBottom().isAuto() ? marginBottom : intValueForLength(style->marginBottom(), width);
intValueForLength 1995 Source/core/dom/Document.cpp     marginLeft = style->marginLeft().isAuto() ? marginLeft : intValueForLength(style->marginLeft(), width);
intValueForLength  306 Source/core/rendering/RenderMarquee.cpp         int increment = abs(intValueForLength(style()->marqueeIncrement(), clientSize));
intValueForLength   36 Source/platform/LengthFunctions.h PLATFORM_EXPORT int intValueForLength(const Length&, LayoutUnit maximumValue);