Home | History | Annotate | Download | only in css

Lines Matching refs:setZoom

1106     documentStyle->setZoom(document->frame()->pageZoomFactor());
4321 // Reset the zoom in effect before we do anything. This allows the setZoom method to accurately compute a new
4331 setZoom(RenderStyle::initialZoom());
4334 m_style->setZoom(RenderStyle::initialZoom());
4338 m_style->setZoom(docZoom);
4341 m_style->setZoom(primitiveValue->getFloatValue() / 100.0f);
4344 m_style->setZoom(primitiveValue->getFloatValue());