Searched refs:TextJustify (Results 1 – 5 of 5) sorted by relevance
376 enum TextJustify { enum
558 …TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify… in textJustify()1080 void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); } in setTextJustify()1569 static TextJustify initialTextJustify() { return TextJustifyAuto; } in initialTextJustify()
126 text-justify type_name=TextJustify
2418 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextJustify e) in CSSPrimitiveValue()2438 template<> inline CSSPrimitiveValue::operator TextJustify() const in TextJustify() function
696 TextJustify textJustify = style()->textJustify(); in computeInlineDirectionPositionsForSegment()