Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp75 , m_textCombine(RenderStyle::initialTextCombine()) in StyleRareNonInheritedData()
159 , m_textCombine(o.m_textCombine) in StyleRareNonInheritedData()
250 && m_textCombine == o.m_textCombine in operator ==()
DStyleRareNonInheritedData.h170 unsigned m_textCombine : 1; // CSS3 text-combine properties variable
DRenderStyle.cpp442 || rareNonInheritedData->m_textCombine != other.rareNonInheritedData->m_textCombine in diffNeedsFullLayoutAndPaintInvalidation()
DRenderStyle.h892 …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()