/external/chromium/chrome/browser/ui/tabs/ |
dock_info.cc | 99 int DockInfo::popup_width() { function in class:DockInfo 228 int x = hot_spot_.x() - popup_width() / 2; 236 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height()); 244 x += popup_width() / 2; 247 x -= popup_width() / 2; 256 return gfx::Rect(x, y, popup_width(), popup_height());
|
dock_info.h | 83 static int popup_width();
|
/external/chromium_org/chrome/browser/ui/tabs/ |
dock_info.cc | 89 int DockInfo::popup_width() { function in class:DockInfo 218 int x = hot_spot_.x() - popup_width() / 2; 226 gfx::Rect ideal_bounds(x, y, popup_width(), popup_height()); 234 x += popup_width() / 2; 237 x -= popup_width() / 2; 246 return gfx::Rect(x, y, popup_width(), popup_height());
|
dock_info.h | 66 static int popup_width();
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_popup_controller_impl.cc | 138 int popup_width = popup_bounds().width(); local 152 int available_width = popup_width - RowWidthWithoutText(i); 603 int popup_width = RoundedElementBounds().width(); local 610 popup_width = std::max(popup_width, row_size); 613 return popup_width; 731 int popup_width = std::min(popup_required_width, local 736 if (right_available >= popup_width || right_available >= left_available) 737 return std::make_pair(right_growth_start, popup_width); 739 return std::make_pair(left_growth_end - popup_width, popup_width) [all...] |
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
location_bar_view.h | 334 int* popup_width,
|
location_bar_view.cc | 501 int* popup_width, 513 *popup_width = parent()->width(); 518 *right_margin = *popup_width - location_bar_bounds.right(); [all...] |
/external/chromium/chrome/browser/ui/views/tabs/ |
dragged_tab_controller.cc | 80 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height()); [all...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_drag_controller.cc | 107 return gfx::Size(DockInfo::popup_width(), DockInfo::popup_height()); [all...] |