Searched refs:m_textJustify (Results 1 – 4 of 4) sorted by relevance
84 , m_textJustify(RenderStyle::initialTextJustify()) in StyleRareInheritedData()140 , m_textJustify(o.m_textJustify) in StyleRareInheritedData()208 && m_textJustify == o.m_textJustify in operator ==()
123 unsigned m_textJustify : 2; // TextJustify variable
534 || rareInheritedData->m_textJustify != other.rareInheritedData->m_textJustify in diffNeedsFullLayoutAndRepaint()
582 …tJustify textJustify() const { return static_cast<TextJustify>(rareInheritedData->m_textJustify); } in textJustify()1131 void setTextJustify(TextJustify v) { SET_VAR(rareInheritedData, m_textJustify, v); } in setTextJustify()