Searched defs:overflowAlignment (Results 1 – 3 of 3) sorted by relevance
1275 …void setAlignItemsOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInherite… in setAlignItemsOverflowAlignment()1277 …void setAlignSelfOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInherited… in setAlignSelfOverflowAlignment()1282 …void setJustifyItemsOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInheri… in setJustifyItemsOverflowAlignment()1285 …void setJustifySelfOverflowAlignment(OverflowAlignment overflowAlignment) { SET_VAR(rareNonInherit… in setJustifySelfOverflowAlignment()
4793 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(OverflowAlignment overflowAlignment) in CSSPrimitiveValue()
1551 …emPositionWithOverflowAlignment(ItemPosition itemPosition, OverflowAlignment overflowAlignment, It… in valueForItemPositionWithOverflowAlignment()