Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp65 , m_alignSelf(RenderStyle::initialAlignSelf()) in StyleRareNonInheritedData()
141 , m_alignSelf(o.m_alignSelf) in StyleRareNonInheritedData()
224 && m_alignSelf == o.m_alignSelf in operator ==()
DStyleRareNonInheritedData.h167 unsigned m_alignSelf : 3; // EAlignItems variable
DRenderStyle.cpp424 || rareNonInheritedData->m_alignSelf != other->rareNonInheritedData->m_alignSelf in diff()
DRenderStyle.h753 …lignItems alignSelf() const { return static_cast<EAlignItems>(rareNonInheritedData->m_alignSelf); } in alignSelf()
1230 void setAlignSelf(EAlignItems a) { SET_VAR(rareNonInheritedData, m_alignSelf, a); } in setAlignSelf()