Home
last modified time | relevance | path

Searched refs:m_hasAspectRatio (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp85 , m_hasAspectRatio(false) in StyleRareNonInheritedData()
169 , m_hasAspectRatio(o.m_hasAspectRatio) in StyleRareNonInheritedData()
258 && m_hasAspectRatio == o.m_hasAspectRatio in operator ==()
DStyleRareNonInheritedData.h183 unsigned m_hasAspectRatio : 1; // Whether or not an aspect ratio has been specified. variable
DRenderStyle.h744 bool hasAspectRatio() const { return rareNonInheritedData->m_hasAspectRatio; } in hasAspectRatio()
1197 void setHasAspectRatio(bool b) { SET_VAR(rareNonInheritedData, m_hasAspectRatio, b); } in setHasAspectRatio()