Searched defs:title_top (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab.cc282 int title_top = kTopPadding + (content_height - font_height()) / 2; local
289 int text_height = title_top + font_height() + kBottomPadding;
291 title_top -= (text_height - minimum_size.height()) / 2;
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height());
302 title_bounds_.SetRect(title_left, title_top, 0, 0);
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc726 int title_top = kTopPadding; local
732 int text_height = title_top + title_font_height_ + kBottomPadding;
734 title_top -= (text_height - minimum_size.height()) / 2;
743 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc806 int title_top = kTopPadding; local
812 int text_height = title_top + title_font_height_ + kBottomPadding;
814 title_top -= (text_height - minimum_size.height()) / 2;
827 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.cc867 int title_top = top_padding() + title_text_offset + local
875 int text_height = title_top + font_height_ + bottom_padding();
877 title_top -= (text_height - minimum_size.height()) / 2;
893 title_bounds_.SetRect(title_left, title_top, title_width, font_height_);
895 title_bounds_.SetRect(title_left, title_top, 0, 0);

Completed in 67 milliseconds