Searched refs:setEffectiveZoom (Results 1 – 3 of 3) sorted by relevance
939 … void setZoom(float f) { SET_VAR(visual, m_zoom, f); setEffectiveZoom(effectiveZoom() * zoom()); } in setZoom()940 void setEffectiveZoom(float f) { SET_VAR(rareInheritedData, m_effectiveZoom, f) } in setEffectiveZoom() function
4765 …m_style->setEffectiveZoom(m_parentStyle ? m_parentStyle->effectiveZoom() : RenderStyle::initialZoo… in applyProperty()4775 m_style->setEffectiveZoom(RenderStyle::initialZoom()); in applyProperty()4779 m_style->setEffectiveZoom(docZoom); in applyProperty()
4787 (WebCore::InheritedFlags::setEffectiveZoom):