Lines Matching refs:cs

1313             cs = el.currentStyle,
1318 …return s[ prefixedStyleProp ] || cs.getAttribute( prefixedCssProp ) || s[ styleProp ] || cs.getAtt…
1416 cs = el.currentStyle,
1588 posX = cs[propNames.POSITION + 'X'],
1589 posY = cs[propNames.POSITION + 'Y'],
1590 img = cs[propNames.IMAGE],
1591 color = cs[propNames.COLOR];
1600 imgRepeat: cs[propNames.REPEAT],
1608 images = cs[propNames.IMAGE].split( splitter ),
1609 color = cs[propNames.COLOR],
1618 repeats = cs[propNames.REPEAT].split( splitter );
1619 positions = cs[propNames.POSITION].split( splitter );
1620 origins = cs[propNames.ORIGIN].split( splitter );
1621 clips = cs[propNames.CLIP].split( splitter );
1622 sizes = cs[propNames.SIZE].split( splitter );
1696 var cs = this.targetElement.currentStyle,
1698 … return cs[propNames.COLOR] + ' ' + cs[propNames.IMAGE] + ' ' + cs[propNames.REPEAT] + ' ' +
1699 cs[propNames.POSITION + 'X'] + ' ' + cs[propNames.POSITION + 'Y'];
1755 cs = el.currentStyle,
1762 style = s[ ltr ] = cs[ 'border' + side + 'Style' ];
1763 color = cs[ 'border' + side + 'Color' ];
1764 width = cs[ 'border' + side + 'Width' ];
1796 cs = el.currentStyle,
1802 css = cs.borderWidth + '|' + cs.borderStyle + '|' + cs.borderColor;
2115 var cs = this.targetElement.currentStyle;
2116 return cs.visibility + '|' + cs.display;
2122 cs = el.currentStyle,
2127 csVis = cs.visibility;
2132 displayed: cs.display !== 'none'
2449 cs = el.currentStyle, variable
2462 rs[ 'padding' + side ] = ( PIE.getLength( cs[ 'padding' + side ] ) ).pixels( el ) +
2463 … ( PIE.getLength( cs[ 'border' + side + 'Width' ] ) ).pixels( el ) +
2539 s = this.getBox().style, cs,
2555 cs = par.currentStyle;
2556 x = elBounds.x - parRect.left - ( parseFloat(cs.borderLeftWidth) || 0 );
2557 y = elBounds.y - parRect.top - ( parseFloat(cs.borderTopWidth) || 0 );
3493 cs = el.currentStyle,
3512 t: round( borderWidths['t'].pixels( el ) + getLength( cs.paddingTop ).pixels( el ) ),
3513 r: round( borderWidths['r'].pixels( el ) + getLength( cs.paddingRight ).pixels( el ) ),
3514 b: round( borderWidths['b'].pixels( el ) + getLength( cs.paddingBottom ).pixels( el ) ),
3515 l: round( borderWidths['l'].pixels( el ) + getLength( cs.paddingLeft ).pixels( el ) )
3639 borders, getLength, cs;
3651 cs = el.currentStyle;
3652 … w -= getLength( cs.paddingLeft ).pixels( el ) + getLength( cs.paddingRight ).pixels( el );
3653 … h -= getLength( cs.paddingTop ).pixels( el ) + getLength( cs.paddingBottom ).pixels( el );
3968 cs = el.currentStyle,
3969 lazy = cs.getAttribute( lazyInitCssProp ) === 'true',
3973 poll = cs.getAttribute( pollCssProp );