Searched refs:borderWidths (Results 1 – 1 of 1) sorted by relevance
3489 borderWidths = borderProps && borderProps.widths,3500 if( !borderWidths || PIE.ieVersion < 7 ) {3502 borderWidths = { 't': zero, 'r': zero, 'b': zero, 'l': zero }; variable3512 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 ) )