Searched refs:m_textCombine (Results 1 – 4 of 4) sorted by relevance
46 , m_textCombine(RenderStyle::initialTextCombine()) in StyleRareNonInheritedData()83 , m_textCombine(o.m_textCombine) in StyleRareNonInheritedData()129 && m_textCombine == o.m_textCombine in operator ==()
106 unsigned m_textCombine : 1; // CSS3 text-combine properties variable
471 if (rareNonInheritedData->m_textCombine != other->rareNonInheritedData->m_textCombine) in diff()
743 …mbine textCombine() const { return static_cast<TextCombine>(rareNonInheritedData->m_textCombine); } in textCombine()1088 void setTextCombine(TextCombine v) { SET_VAR(rareNonInheritedData, m_textCombine, v); } in setTextCombine()