Searched refs:m_textCombine (Results 1 – 4 of 4) sorted by relevance
75 , m_textCombine(RenderStyle::initialTextCombine()) in StyleRareNonInheritedData()159 , m_textCombine(o.m_textCombine) in StyleRareNonInheritedData()250 && m_textCombine == o.m_textCombine in operator ==()
170 unsigned m_textCombine : 1; // CSS3 text-combine properties variable
442 || rareNonInheritedData->m_textCombine != other.rareNonInheritedData->m_textCombine in diffNeedsFullLayoutAndPaintInvalidation()
892 …mbine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textCombine); } in textCombine()1347 void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); } in setTextCombine()