Searched refs:popup_width (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/browser/ui/tabs/ |
D | dock_info.cc | 99 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()
|
D | dock_info.h | 83 static int popup_width();
|
/external/chromium_org/chrome/browser/ui/tabs/ |
D | dock_info.cc | 89 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()
|
D | dock_info.h | 66 static int popup_width();
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_popup_controller_impl.cc | 138 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/ |
D | location_bar_view.h | 334 int* popup_width,
|
D | location_bar_view.cc | 501 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/ |
D | dragged_tab_controller.cc | 80 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height()); in GetPreferredSize()
|
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab_drag_controller.cc | 107 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height()); in GetPreferredSize()
|