Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareInheritedData.cpp60 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()
112 , m_effectiveZoom(o.m_effectiveZoom) in StyleRareInheritedData()
180 && m_effectiveZoom == o.m_effectiveZoom in operator ==()
DStyleRareInheritedData.h75 float m_effectiveZoom; variable
DRenderStyle.cpp459 || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom in diff()
DRenderStyle.h568 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom()
1821 if (compareEqual(rareInheritedData->m_effectiveZoom, f)) in setEffectiveZoom()
1823 rareInheritedData.access()->m_effectiveZoom = f; in setEffectiveZoom()