Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp36 , m_aspectRatioDenominator(RenderStyle::initialAspectRatioDenominator()) in StyleRareNonInheritedData()
90 , m_aspectRatioDenominator(o.m_aspectRatioDenominator) in StyleRareNonInheritedData()
172 && m_aspectRatioDenominator == o.m_aspectRatioDenominator in operator ==()
DStyleRareNonInheritedData.h94 float m_aspectRatioDenominator; variable
DRenderStyle.h735 float aspectRatioDenominator() const { return rareNonInheritedData->m_aspectRatioDenominator; } in aspectRatioDenominator()
1153 … setAspectRatioDenominator(float v) { SET_VAR(rareNonInheritedData, m_aspectRatioDenominator, v); } in setAspectRatioDenominator()