Searched refs:EJustifyContent (Results 1 – 4 of 4) sorted by relevance
173 enum EJustifyContent { JustifyFlexStart, JustifyFlexEnd, JustifyCenter, JustifySpaceBetween, Justif… enum
771 …EJustifyContent justifyContent() const { return static_cast<EJustifyContent>(rareNonInheritedData-… in justifyContent()1280 … void setJustifyContent(EJustifyContent p) { SET_VAR(rareNonInheritedData, m_justifyContent, p); } in setJustifyContent()1625 static EJustifyContent initialJustifyContent() { return JustifyFlexStart; } in initialJustifyContent()
960 static LayoutUnit initialJustifyContentOffset(LayoutUnit availableFreeSpace, EJustifyContent justif… in initialJustifyContentOffset()975 static LayoutUnit justifyContentSpaceBetweenChildren(LayoutUnit availableFreeSpace, EJustifyContent… in justifyContentSpaceBetweenChildren()
1328 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(EJustifyContent e) in CSSPrimitiveValue()1351 template<> inline CSSPrimitiveValue::operator EJustifyContent() const in EJustifyContent() function