OverflowAlignmentDefault 1552 Source/core/css/CSSComputedStyleDeclaration.cpp if (itemPosition >= ItemPositionCenter && overflowAlignment != OverflowAlignmentDefault) OverflowAlignmentDefault 4833 Source/core/css/CSSPrimitiveValueMappings.h case OverflowAlignmentDefault: OverflowAlignmentDefault 1591 Source/core/rendering/style/RenderStyle.h static OverflowAlignment initialAlignItemsOverflowAlignment() { return OverflowAlignmentDefault; } OverflowAlignmentDefault 1593 Source/core/rendering/style/RenderStyle.h static OverflowAlignment initialAlignSelfOverflowAlignment() { return OverflowAlignmentDefault; } OverflowAlignmentDefault 1598 Source/core/rendering/style/RenderStyle.h static OverflowAlignment initialJustifySelfOverflowAlignment() { return OverflowAlignmentDefault; }