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

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

Completed in 110 milliseconds