Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.cpp40 , m_effectiveZoom(RenderStyle::initialZoom()) in StyleRareInheritedData()
76 , m_effectiveZoom(o.m_effectiveZoom) in StyleRareInheritedData()
127 && m_effectiveZoom == o.m_effectiveZoom in operator ==()
DStyleRareInheritedData.h70 float m_effectiveZoom; variable
DRenderStyle.cpp393 || rareInheritedData->m_effectiveZoom != other->rareInheritedData->m_effectiveZoom in diff()
DRenderStyle.h491 float effectiveZoom() const { return rareInheritedData->m_effectiveZoom; } in effectiveZoom()
940 void setEffectiveZoom(float f) { SET_VAR(rareInheritedData, m_effectiveZoom, f) } in setEffectiveZoom()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-244770 …indent, cursorData, m_effectiveZoom, widows and orphans move from StyleInheritedData to StyleRareI…