Home
last modified time | relevance | path

Searched refs:m_textCombine (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp46 , m_textCombine(RenderStyle::initialTextCombine()) in StyleRareNonInheritedData()
83 , m_textCombine(o.m_textCombine) in StyleRareNonInheritedData()
129 && m_textCombine == o.m_textCombine in operator ==()
DStyleRareNonInheritedData.h106 unsigned m_textCombine : 1; // CSS3 text-combine properties variable
DRenderStyle.cpp471 if (rareNonInheritedData->m_textCombine != other->rareNonInheritedData->m_textCombine) in diff()
DRenderStyle.h743 …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()