Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h939 … 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
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4765 …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()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-244787 (WebCore::InheritedFlags::setEffectiveZoom):