OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFontHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.cc
40
text_bounds().y() +
GetFontHeight
());
44
int TouchAutocompleteResultView::
GetFontHeight
() const {
48
return AutocompleteResultView::
GetFontHeight
() * 2;
autocomplete_result_view.cc
208
int AutocompleteResultView::
GetFontHeight
() const {
499
GetFontHeight
() + (kMinimumTextVerticalPadding * 2)));
511
int font_height =
GetFontHeight
();
/external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc
715
int NativeTextfieldViews::
GetFontHeight
() {
[
all
...]
Completed in 469 milliseconds