Searched refs:view_location (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/ui/find_bar/ |
D | find_bar_controller.cc | 151 gfx::Rect view_location, in GetLocationForFindbarView() argument 155 int boundary = dialog_bounds.width() - view_location.width(); in GetLocationForFindbarView() 156 view_location.set_x(std::min(view_location.x(), boundary)); in GetLocationForFindbarView() 158 view_location.set_x(std::max(view_location.x(), dialog_bounds.x())); in GetLocationForFindbarView() 161 gfx::Rect new_pos = view_location; in GetLocationForFindbarView() 175 new_pos = view_location; // Reset. in GetLocationForFindbarView() 182 new_pos = view_location; // Reset. in GetLocationForFindbarView()
|
D | find_bar_controller.h | 58 gfx::Rect view_location,
|
/external/chromium/chrome/browser/ui/views/ |
D | find_bar_host.cc | 244 gfx::Rect view_location; local 249 view_location.SetRect(x, y, prefsize.width(), prefsize.height()); 262 view_location, widget_bounds, avoid_overlapping_rect);
|
/external/chromium/chrome/browser/ui/gtk/ |
D | find_bar_gtk.cc | 433 gfx::Rect view_location( in GetDialogPosition() local 437 view_location, dialog_bounds, avoid_overlapping_rect); in GetDialogPosition()
|