Searched refs:setZoom (Results 1 – 5 of 5) sorted by relevance
54 public int setZoom(int i) { in setZoom() method in ShadowMapController
1195 documentStyle->setZoom(frame ? frame->pageZoomFactor() : 1); in styleForDocument()4773 m_style->setZoom(RenderStyle::initialZoom()); in applyProperty()4776 m_style->setZoom(RenderStyle::initialZoom()); in applyProperty()4780 m_style->setZoom(docZoom); in applyProperty()4783 m_style->setZoom(primitiveValue->getFloatValue() / 100.0f); in applyProperty()4786 m_style->setZoom(primitiveValue->getFloatValue()); in applyProperty()
675 …rs->append(new PropertyWrapper<float>(CSSPropertyZoom, &RenderStyle::zoom, &RenderStyle::setZoom)); in ensurePropertyMap()
939 … void setZoom(float f) { SET_VAR(visual, m_zoom, f); setEffectiveZoom(effectiveZoom() * zoom()); } in setZoom() function
39568 (WebCore::RenderStyle::setZoom):