Searched refs:TextAlignLast (Results 1 – 5 of 5) sorted by relevance
352 enum TextAlignLast { enum
581 …TextAlignLast textAlignLast() const { return static_cast<TextAlignLast>(rareInheritedData->m_textA… in textAlignLast()1130 void setTextAlignLast(TextAlignLast v) { SET_VAR(rareInheritedData, m_textAlignLast, v); } in setTextAlignLast()1588 static TextAlignLast initialTextAlignLast() { return TextAlignLastAuto; } in initialTextAlignLast()
137 text-align-last type_name=TextAlignLast
2256 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextAlignLast e) in CSSPrimitiveValue()2285 template<> inline CSSPrimitiveValue::operator TextAlignLast() const in TextAlignLast() function
323 TextAlignLast alignmentLast = style()->textAlignLast(); in textAlignmentForLine()