Home
last modified time | relevance | path

Searched refs:prevComputedStyle (Results 1 – 2 of 2) sorted by relevance

/external/python/httplib2/doc/html/_static/
Djquery.js4191 prevComputedStyle = defaultView.getComputedStyle(elem, null), variable
4207 prevComputedStyle = computedStyle;
4210 if ( prevComputedStyle.position === "relative" || prevComputedStyle.position === "static" )
4214 if ( prevComputedStyle.position === "fixed" )
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js8968 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" ) {