TextJustify      2309 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextJustify e)
TextJustify      2329 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::operator TextJustify() const
TextJustify       640 Source/core/rendering/RenderBlockLineLayout.cpp     TextJustify textJustify = style()->textJustify();
TextJustify       580 Source/core/rendering/style/RenderStyle.h     TextJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify); }
TextJustify      1108 Source/core/rendering/style/RenderStyle.h     void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); }
TextJustify      1567 Source/core/rendering/style/RenderStyle.h     static TextJustify initialTextJustify() { return TextJustifyAuto; }