Home
last modified time | relevance | path

Searched refs:title_y (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab.cc70 int title_y = (height() - font_height()) / 2; in Layout() local
73 title_y, in Layout()
/external/chromium/chrome/browser/ui/views/
Dsad_tab_view.cc113 int title_y = icon_bounds_.bottom() + kIconTitleSpacing; in Layout() local
115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height); in Layout()