Home
last modified time | relevance | path

Searched refs:popup_height (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/views/autocomplete/
Dtouch_autocomplete_popup_contents_view.cc105 int popup_height = 0; in CalculatePopupHeight() local
107 popup_height = std::max(popup_height, in CalculatePopupHeight()
110 popup_height = std::max(popup_height, opt_in_view_ ? in CalculatePopupHeight()
112 return popup_height; in CalculatePopupHeight()
Dautocomplete_popup_contents_view.cc490 int popup_height = 0; in CalculatePopupHeight() local
492 popup_height += GetChildViewAt(i)->GetPreferredSize().height(); in CalculatePopupHeight()
493 return popup_height + in CalculatePopupHeight()
/external/chromium/chrome/browser/ui/tabs/
Ddock_info.cc104 int DockInfo::popup_height() { in popup_height() function in DockInfo
229 int y = hot_spot_.y() - popup_height() / 2; in GetPopupRect()
236 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height()); in GetPopupRect()
241 y += popup_height() / 2; in GetPopupRect()
250 y -= popup_height() / 2; in GetPopupRect()
256 return gfx::Rect(x, y, popup_width(), popup_height()); in GetPopupRect()
Ddock_info.h84 static int popup_height();
/external/chromium_org/chrome/browser/ui/tabs/
Ddock_info.cc94 int DockInfo::popup_height() { in popup_height() function in DockInfo
219 int y = hot_spot_.y() - popup_height() / 2; in GetPopupRect()
226 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height()); in GetPopupRect()
231 y += popup_height() / 2; in GetPopupRect()
240 y -= popup_height() / 2; in GetPopupRect()
246 return gfx::Rect(x, y, popup_width(), popup_height()); in GetPopupRect()
Ddock_info.h67 static int popup_height();
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc617 int popup_height = 2 * AutofillPopupView::kBorderThickness; in GetDesiredPopupHeight() local
620 popup_height += GetRowHeightFromId(identifiers()[i]); in GetDesiredPopupHeight()
623 return popup_height; in GetDesiredPopupHeight()
650 int popup_height = GetDesiredPopupHeight(); in UpdatePopupBounds() local
656 -popup_height); in UpdatePopupBounds()
663 RoundedElementBounds().height() + popup_height); in UpdatePopupBounds()
673 top_left_display, bottom_right_display, popup_height); in UpdatePopupBounds()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc381 int popup_height = 0; in CalculatePopupHeight() local
384 popup_height += child_at(i)->GetPreferredSize().height(); in CalculatePopupHeight()
398 return popup_height + in CalculatePopupHeight()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc80 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height()); in GetPreferredSize()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_drag_controller.cc107 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height()); in GetPreferredSize()