Searched refs:GetFontHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dtouch_autocomplete_popup_contents_view.cc40 text_bounds().y() + GetFontHeight());
44 int TouchAutocompleteResultView::GetFontHeight() const { function in class:TouchAutocompleteResultView
48 return AutocompleteResultView::GetFontHeight() * 2;
H A Dtouch_autocomplete_popup_contents_view.h39 virtual int GetFontHeight() const OVERRIDE;
H A Dautocomplete_result_view.h54 virtual int GetFontHeight() const;
H A Dautocomplete_result_view.cc208 int AutocompleteResultView::GetFontHeight() const { function in class:AutocompleteResultView
499 GetFontHeight() + (kMinimumTextVerticalPadding * 2)));
511 int font_height = GetFontHeight();

Completed in 865 milliseconds