Searched refs:currentStyle (Results 1 – 7 of 7) sorted by relevance
42 if (element.currentStyle) {43 return element.currentStyle[prop];
479 int currentStyle = formatWidth.getCurrencyStyle(); in appendReplacingCurrency() local480 if (currentStyle == NumberFormat.ISOCURRENCYSTYLE) { in appendReplacingCurrency()484 … currentStyle == NumberFormat.CURRENCYSTYLE ? Currency.SYMBOL_NAME : Currency.PLURAL_LONG_NAME, in appendReplacingCurrency()
6458 currentStyle; variable6647 …return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filte…6654 currentStyle = elem.currentStyle,6656 filter = currentStyle && currentStyle.filter || style.filter || "";6671 if ( currentStyle && !currentStyle.filter ) {6724 if ( document.documentElement.currentStyle ) {6725 currentStyle = function( elem, name ) { function6727 ret = elem.currentStyle && elem.currentStyle[ name ],6749 elem.runtimeStyle.left = elem.currentStyle.left;6765 curCSS = getComputedStyle || currentStyle;[all …]
28 ….className.match(n);m&&(m=m[1])}if(w.test(d.tagName))o=1;else var o=d.currentStyle,u=s.defaultView…
12 …currentStyle){var J=F.replace(/\-(\w)/g,function(N,O){return O.toUpperCase()});L=I.currentStyle[F]…
3807 if (!element.currentStyle || !element.currentStyle.hasLayout) element.style.zoom = 1;3847 if (!hasGetComputedStyle && this.currentStyle) return this.currentStyle[property.camelCase()];
4006 if(elem.currentStyle){4007 _425=elem.currentStyle[_421];4011 elem.runtimeStyle.left=elem.currentStyle.left;6302 if(this.element.currentStyle&&(!this.element.currentStyle.hasLayout)){