Home | History | Annotate | Download | only in lib

Lines Matching refs:bWidth

3455         var bWidth = this.get('border-box-width');
3456 if (bWidth <= 0) {
3469 return bWidth - bLeft - bRight - pLeft - pRight;
3513 var bWidth = this.get('border-box-width'),
3517 if (bWidth <= 0) return 0;
3519 return bWidth + mLeft + mRight;