Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp84 , m_textJustify(RenderStyle::initialTextJustify()) in StyleRareInheritedData()
140 , m_textJustify(o.m_textJustify) in StyleRareInheritedData()
208 && m_textJustify == o.m_textJustify in operator ==()
DStyleRareInheritedData.h123 unsigned m_textJustify : 2; // TextJustify variable
DRenderStyle.cpp534 || rareInheritedData->m_textJustify != other.rareInheritedData->m_textJustify in diffNeedsFullLayoutAndRepaint()
DRenderStyle.h582 …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()