OverflowAlignment 1548 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValueList> valueForItemPositionWithOverflowAlignment(ItemPosition itemPosition, OverflowAlignment overflowAlignment) OverflowAlignment 4828 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(OverflowAlignment overflowAlignment) OverflowAlignment 4845 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator OverflowAlignment() const OverflowAlignment 775 Source/core/rendering/style/RenderStyle.h OverflowAlignment alignItemsOverflowAlignment() const { return static_cast<OverflowAlignment>(rareNonInheritedData->m_alignItemsOverflowAlignment); } OverflowAlignment 777 Source/core/rendering/style/RenderStyle.h OverflowAlignment alignSelfOverflowAlignment() const { return static_cast<OverflowAlignment>(rareNonInheritedData->m_alignSelfOverflowAlignment); } OverflowAlignment 784 Source/core/rendering/style/RenderStyle.h OverflowAlignment justifySelfOverflowAlignment() const { return static_cast<OverflowAlignment>(rareNonInheritedData->m_justifySelfOverflowAlignment); } OverflowAlignment 1260 Source/core/rendering/style/RenderStyle.h void setAlignItemsOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInheritedData, m_alignItemsOverflowAlignment, overflowAlignment); } OverflowAlignment 1262 Source/core/rendering/style/RenderStyle.h void setAlignSelfOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInheritedData, m_alignSelfOverflowAlignment, overflowAlignment); } OverflowAlignment 1267 Source/core/rendering/style/RenderStyle.h void setJustifySelfOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInheritedData, m_justifySelfOverflowAlignment, overflowAlignment); } OverflowAlignment 1591 Source/core/rendering/style/RenderStyle.h static OverflowAlignment initialAlignItemsOverflowAlignment() { return OverflowAlignmentDefault; } OverflowAlignment 1593 Source/core/rendering/style/RenderStyle.h static OverflowAlignment initialAlignSelfOverflowAlignment() { return OverflowAlignmentDefault; } OverflowAlignment 1598 Source/core/rendering/style/RenderStyle.h static OverflowAlignment initialJustifySelfOverflowAlignment() { return OverflowAlignmentDefault; }