Home | History | Annotate | Download | only in lib

Lines Matching refs:bHeight

3435         var bHeight = this.get('border-box-height');
3436 if (bHeight <= 0) {
3449 return bHeight - bTop - bBottom - pTop - pBottom;
3503 var bHeight = this.get('border-box-height'),
3507 if (bHeight <= 0) return 0;
3509 return bHeight + mTop + mBottom;