Home | History | Annotate | Download | only in assets

Lines Matching full:zoom

133     // Check if given divs are empty (in appearance), and disable zoom if so.
163 contentValues.push(metaViewport.getAttribute("data-zoom-off"));
165 contentValues.push(metaViewport.getAttribute("data-zoom-on"));
190 oldZoom = el.style.zoom;
193 el.style.zoom = 1;
204 outerZoom = outerDiv ? outerDiv.style.zoom : 1;
206 el.style.zoom = newZoom / outerZoom;
529 * so we need to inspect and adjust the enclosing element's zoom level where necessary.
531 * Because this method can be called really often, and zoom-level adjustment is slow,
617 // N.B. offsetTop and offsetHeight of an element with the "zoom:" style applied cannot be