Home | History | Annotate | Download | only in parse-only

Lines Matching refs:currentStyle

817 		} else if ( elem.currentStyle ) {
822 ret = elem.currentStyle[ name ] || elem.currentStyle[ camelCase ];
834 elem.runtimeStyle.left = elem.currentStyle.left;
6156 if (this.currentStyle) return this.currentStyle[property.camelCase()];
6520 if (!this.currentStyle || !this.currentStyle.hasLayout) this.style.zoom = 1;
10651 if (!value && element.currentStyle) value = element.currentStyle[style];
10672 var currentStyle = element.currentStyle;
10673 if ((currentStyle && !currentStyle.hasLayout) ||
10674 (!currentStyle && element.style.zoom == 'normal'))