Home
last modified time | relevance | path

Searched refs:text_height (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dusername_view.cc116 int text_height, text_width; in PaintUsername() local
118 &text_width, &text_height, in PaintUsername()
/external/chromium/chrome/browser/ui/views/tabs/
Dtab.cc289 int text_height = title_top + font_height() + kBottomPadding; in Layout() local
290 if (text_height > minimum_size.height()) in Layout()
291 title_top -= (text_height - minimum_size.height()) / 2; in Layout()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc732 int text_height = title_top + title_font_height_ + kBottomPadding; in Layout() local
733 if (text_height > minimum_size.height()) in Layout()
734 title_top -= (text_height - minimum_size.height()) / 2; in Layout()
/external/chromium/chrome/browser/ui/views/
Dstatus_bubble_views.cc434 int text_height = height - (kShadowThickness * 2); in OnPaint() local
438 std::max(0, text_height)); in OnPaint()