Searched refs:prevComputedStyle (Results 1 – 2 of 2) sorted by relevance
4191 prevComputedStyle = defaultView.getComputedStyle(elem, null), variable4207 prevComputedStyle = computedStyle;4210 if ( prevComputedStyle.position === "relative" || prevComputedStyle.position === "static" )4214 if ( prevComputedStyle.position === "fixed" )
8968 prevComputedStyle = defaultView ? defaultView.getComputedStyle( elem, null ) : elem.currentStyle,8973 if ( jQuery.support.fixedPosition && prevComputedStyle.position === "fixed" ) {8999 prevComputedStyle = computedStyle;9002 if ( prevComputedStyle.position === "relative" || prevComputedStyle.position === "static" ) {9007 if ( jQuery.support.fixedPosition && prevComputedStyle.position === "fixed" ) {