OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title_y
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
side_tab.cc
70
int
title_y
= (height() - font_height()) / 2;
local
73
title_y
,
/external/chromium/chrome/browser/ui/views/
sad_tab_view.cc
113
int
title_y
= icon_bounds_.bottom() + kIconTitleSpacing;
local
115
title_bounds_.SetRect(title_x,
title_y
, title_width_, title_height);
/external/chromium_org/ash/wm/
header_painter.cc
575
int
title_y
= GetCaptionButtonContainerCenterY() - title_font.GetHeight() / 2;
local
578
std::max(0,
title_y
),
Completed in 1589 milliseconds