Home
last modified time | relevance | path

Searched refs:m_appearance (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareNonInheritedData.cpp44 , m_appearance(RenderStyle::initialAppearance()) in StyleRareNonInheritedData()
81 , m_appearance(o.m_appearance) in StyleRareNonInheritedData()
127 && m_appearance == o.m_appearance in operator ==()
DStyleRareNonInheritedData.h104 unsigned m_appearance : 6; // EAppearance variable
DRenderStyle.cpp340 if (rareNonInheritedData->m_appearance != other->rareNonInheritedData->m_appearance in diff()
DRenderStyle.h664 …rolPart appearance() const { return static_cast<ControlPart>(rareNonInheritedData->m_appearance); } in appearance()
1045 void setAppearance(ControlPart a) { SET_VAR(rareNonInheritedData, m_appearance, a); } in setAppearance()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-238834 (m_appearance):