Home | History | Annotate | Download | only in tabs

Lines Matching refs:text_height

732     int text_height = title_top + title_font_height_ + kBottomPadding;
733 if (text_height > minimum_size.height())
734 title_top -= (text_height - minimum_size.height()) / 2;