Home
last modified time | relevance | path

Searched refs:popup_width (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/tabs/
Ddock_info.cc99 int DockInfo::popup_width() { in popup_width() function in DockInfo
228 int x = hot_spot_.x() - popup_width() / 2; in GetPopupRect()
236 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height()); in GetPopupRect()
244 x += popup_width() / 2; in GetPopupRect()
247 x -= popup_width() / 2; in GetPopupRect()
256 return gfx::Rect(x, y, popup_width(), popup_height()); in GetPopupRect()
Ddock_info.h83 static int popup_width();
/external/chromium_org/chrome/browser/ui/tabs/
Ddock_info.cc89 int DockInfo::popup_width() { in popup_width() function in DockInfo
218 int x = hot_spot_.x() - popup_width() / 2; in GetPopupRect()
226 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height()); in GetPopupRect()
234 x += popup_width() / 2; in GetPopupRect()
237 x -= popup_width() / 2; in GetPopupRect()
246 return gfx::Rect(x, y, popup_width(), popup_height()); in GetPopupRect()
Ddock_info.h66 static int popup_width();
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_popup_controller_impl.cc138 int popup_width = popup_bounds().width(); in Show() local
152 int available_width = popup_width - RowWidthWithoutText(i); in Show()
603 int popup_width = RoundedElementBounds().width(); in GetDesiredPopupWidth() local
610 popup_width = std::max(popup_width, row_size); in GetDesiredPopupWidth()
613 return popup_width; in GetDesiredPopupWidth()
731 int popup_width = std::min(popup_required_width, in CalculatePopupXAndWidth() local
736 if (right_available >= popup_width || right_available >= left_available) in CalculatePopupXAndWidth()
737 return std::make_pair(right_growth_start, popup_width); in CalculatePopupXAndWidth()
739 return std::make_pair(left_growth_end - popup_width, popup_width); in CalculatePopupXAndWidth()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.h334 int* popup_width,
Dlocation_bar_view.cc501 int* popup_width, in GetOmniboxPopupPositioningInfo() argument
513 *popup_width = parent()->width(); in GetOmniboxPopupPositioningInfo()
518 *right_margin = *popup_width - location_bar_bounds.right(); in GetOmniboxPopupPositioningInfo()
/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()