Home
last modified time | relevance | path

Searched refs:title_y (Results 1 – 3 of 3) 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()
/external/chromium_org/ash/wm/
Dheader_painter.cc575 int title_y = GetCaptionButtonContainerCenterY() - title_font.GetHeight() / 2; in GetTitleBounds() local
578 std::max(0, title_y), in GetTitleBounds()