Searched refs:TextAlignLast (Results 1 – 5 of 5) sorted by relevance
372 enum TextAlignLast { enum
557 …TextAlignLast textAlignLast() const { return static_cast<TextAlignLast>(rareInheritedData->m_textA… in textAlignLast()1079 void setTextAlignLast(TextAlignLast v) { SET_VAR(rareInheritedData, m_textAlignLast, v); } in setTextAlignLast()1568 static TextAlignLast initialTextAlignLast() { return TextAlignLastAuto; } in initialTextAlignLast()
120 text-align-last type_name=TextAlignLast
2363 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextAlignLast e) in CSSPrimitiveValue()2392 template<> inline CSSPrimitiveValue::operator TextAlignLast() const in TextAlignLast() function
352 TextAlignLast alignmentLast = style()->textAlignLast(); in textAlignmentForLine()