OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_height
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
username_view.cc
116
int
text_height
, text_width;
local
118
&text_width, &
text_height
,
/external/chromium/chrome/browser/ui/views/tabs/
tab.cc
289
int
text_height
= title_top + font_height() + kBottomPadding;
local
290
if (
text_height
> minimum_size.height())
291
title_top -= (
text_height
- minimum_size.height()) / 2;
/external/chromium/chrome/browser/ui/views/
status_bubble_views.cc
434
int
text_height
= height - (kShadowThickness * 2);
local
438
std::max(0,
text_height
));
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
732
int
text_height
= title_top + title_font_height_ + kBottomPadding;
local
733
if (
text_height
> minimum_size.height())
734
title_top -= (
text_height
- minimum_size.height()) / 2;
[
all
...]
Completed in 210 milliseconds