OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:title_top
(Results
1 - 4
of
4
) 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
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
806
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);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc
867
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);
[
all
...]
Completed in 27 milliseconds