Searched refs:getComputedStyle (Results 1 – 1 of 1) sorted by relevance
1466 if ( window.getComputedStyle ) {1473 …( parseInt( ( window.getComputedStyle( marginDiv, null ) || { marginRight: 0 } ).marginRight, 10 )…6443 getComputedStyle, variable6692 if ( document.defaultView && document.defaultView.getComputedStyle ) {6693 getComputedStyle = function( elem, name ) { function6699 (computedStyle = defaultView.getComputedStyle( elem, null )) ) {6751 curCSS = getComputedStyle || currentStyle;8954 prevComputedStyle = defaultView ? defaultView.getComputedStyle( elem, null ) : elem.currentStyle,8963 computedStyle = defaultView ? defaultView.getComputedStyle(elem, null) : elem.currentStyle;