Lines Matching refs:rs

1658             rs = this.targetElement.runtimeStyle,
1659 rsImage = rs[propNames.IMAGE],
1660 rsColor = rs[propNames.COLOR],
1661 rsRepeat = rs[propNames.REPEAT],
1664 if( rsImage ) rs[propNames.IMAGE] = '';
1665 if( rsColor ) rs[propNames.COLOR] = '';
1666 if( rsRepeat ) rs[propNames.REPEAT] = '';
1668 rsClip = rs[propNames.CLIP];
1669 rsOrigin = rs[propNames.ORIGIN];
1670 rsPosition = rs[propNames.POSITION];
1671 rsSize = rs[propNames.SIZE];
1672 if( rsClip ) rs[propNames.CLIP] = '';
1673 if( rsOrigin ) rs[propNames.ORIGIN] = '';
1674 if( rsPosition ) rs[propNames.POSITION] = '';
1675 if( rsSize ) rs[propNames.SIZE] = '';
1680 if( rsImage ) rs[propNames.IMAGE] = rsImage;
1681 if( rsColor ) rs[propNames.COLOR] = rsColor;
1682 if( rsRepeat ) rs[propNames.REPEAT] = rsRepeat;
1684 if( rsClip ) rs[propNames.CLIP] = rsClip;
1685 if( rsOrigin ) rs[propNames.ORIGIN] = rsOrigin;
1686 if( rsPosition ) rs[propNames.POSITION] = rsPosition;
1687 if( rsSize ) rs[propNames.SIZE] = rsSize;
1814 var rs = this.targetElement.runtimeStyle,
1815 rsWidth = rs.borderWidth,
1816 rsColor = rs.borderColor,
1819 if( rsWidth ) rs.borderWidth = '';
1820 if( rsColor ) rs.borderColor = '';
1824 if( rsWidth ) rs.borderWidth = rsWidth;
1825 if( rsColor ) rs.borderColor = rsColor;
2121 rs = el.runtimeStyle,
2123 rsVis = rs.visibility,
2126 rs.visibility = '';
2128 rs.visibility = rsVis;
2450 rs = el.runtimeStyle, variable
2457 rs.borderWidth = '';
2461 rs[ 'padding' + side ] = '';
2462 rs[ 'padding' + side ] = ( PIE.getLength( cs[ 'padding' + side ] ) ).pixels( el ) +
2466 rs.borderWidth = 0;
2485 rs.visibility = 'hidden';
2489 rs.borderColor = 'transparent';
2893 var rs = this.targetElement.runtimeStyle;
2894rs.backgroundImage = 'url(about:blank)'; //ensures the background area reacts to mouse events
2895 rs.backgroundColor = 'transparent';
2900 var rs = this.targetElement.runtimeStyle;
2901 rs.backgroundImage = rs.backgroundColor = '';
3289 rs = el.runtimeStyle,
3293 rs.borderStyle = 'solid';
3298 rs.borderTopWidth = widths['t'].pixels( el ) + 'px';
3299 rs.borderRightWidth = widths['r'].pixels( el ) + 'px';
3300 rs.borderBottomWidth = widths['b'].pixels( el ) + 'px';
3301 rs.borderLeftWidth = widths['l'].pixels( el ) + 'px';
3311 rs = me.targetElement.runtimeStyle;
3312 rs.borderStyle = '';
3314 rs.borderColor = rs.borderWidth = '';
3893 rs = me.targetElement.runtimeStyle;
3895 rs.borderColor = rs.borderStyle = rs.borderWidth = '';