HomeSort by relevance Sort by last modified time
    Searched refs:GetTextHeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc 39 // We use our base class's GetTextHeight below because we need the height
42 y += OmniboxResultView::GetTextHeight();
46 y += OmniboxResultView::GetTextHeight() / 2;
52 int TouchOmniboxResultView::GetTextHeight() const {
53 return OmniboxResultView::GetTextHeight() * 2;
touch_omnibox_popup_contents_view.h 37 virtual int GetTextHeight() const OVERRIDE;
omnibox_result_view.h 72 virtual int GetTextHeight() const;
omnibox_result_view.cc 213 GetTextHeight() + (minimum_text_vertical_padding_ * 2)));
225 int OmniboxResultView::GetTextHeight() const {
577 int text_height = GetTextHeight();
omnibox_popup_contents_view.cc 405 result_view->GetTextHeight());

Completed in 60 milliseconds