Searched refs:setZoomAndPan (Results 1 – 4 of 4) sorted by relevance
84 virtual void setZoomAndPan(unsigned short value) { m_zoomAndPan = parseFromNumber(value); } in setZoomAndPan() function85 virtual void setZoomAndPan(unsigned short value, ExceptionState&) { setZoomAndPan(value); } in setZoomAndPan() function
58 void setZoomAndPan(unsigned short value) { } // read only in setZoomAndPan() function59 void setZoomAndPan(unsigned short value, ExceptionState&);
117 void SVGViewSpec::setZoomAndPan(unsigned short, ExceptionState& exceptionState) in setZoomAndPan() function in blink::SVGViewSpec
757 view->setZoomAndPan(viewElement->zoomAndPan()); in inheritViewAttributes()759 view->setZoomAndPan(zoomAndPan()); in inheritViewAttributes()