OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title_top
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab.cc
282
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/
tab_renderer_gtk.cc
726
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);
[
all
...]
Completed in 30 milliseconds