Searched refs:TextJustify (Results 1 – 5 of 5) sorted by relevance
350 enum TextJustify { enum
567 …TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify… in textJustify()1131 void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); } in setTextJustify()1596 static TextJustify initialTextJustify() { return TextJustifyAuto; } in initialTextJustify()
2312 template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextJustify e) in CSSPrimitiveValue()2332 template<> inline CSSPrimitiveValue::operator TextJustify() const in TextJustify() function
271 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
585 TextJustify textJustify = style()->textJustify(); in computeInlineDirectionPositionsForSegment()