OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:font_height_
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
base_tab.h
145
static int font_height() { return
font_height_
; }
212
static int
font_height_
;
member in class:BaseTab
base_tab.cc
103
int BaseTab::
font_height_
= 0;
member in class:BaseTab
579
font_height_
= font_->GetHeight();
/external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h
152
int
font_height_
;
member in class:OmniboxResultView
omnibox_result_view.cc
118
font_height_
(std::max(font_list.GetHeight(),
226
return
font_height_
;
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.h
365
static int
font_height_
;
member in class:Tab
tab.cc
449
int Tab::
font_height_
= 0;
member in class:Tab
771
int content_height = std::max(tab_icon_size(),
font_height_
);
838
(content_height -
font_height_
) / 2;
845
int text_height = title_top +
font_height_
+ bottom_padding();
860
title_bounds_.SetRect(title_left, title_top, title_width,
font_height_
);
[
all
...]
Completed in 1218 milliseconds