Searched refs:fullWidth (Results 1 – 2 of 2) sorted by relevance
170 var fullWidth = fullItems * itemWidth;171 this.style.width = fullWidth + 'px';
1376 int fullWidth = usedWidth(); in getDoubleBorderStripeWidths() local1377 outerWidth = fullWidth / 3; in getDoubleBorderStripeWidths()1378 innerWidth = fullWidth * 2 / 3; in getDoubleBorderStripeWidths()1381 if (fullWidth % 3 == 2) in getDoubleBorderStripeWidths()1384 if (fullWidth % 3 == 1) in getDoubleBorderStripeWidths()