Searched refs:view_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_controller.cc151 gfx::Rect view_location,
155 int boundary = dialog_bounds.width() - view_location.width();
156 view_location.set_x(std::min(view_location.x(), boundary));
158 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
161 gfx::Rect new_pos = view_location;
175 new_pos = view_location; // Reset.
182 new_pos = view_location; // Reset.
150 GetLocationForFindbarView( gfx::Rect view_location, const gfx::Rect& dialog_bounds, const gfx::Rect& avoid_overlapping_rect) argument
H A Dfind_bar_controller.h55 // Reposition |view_location| such that it avoids |avoid_overlapping_rect|,
58 gfx::Rect view_location,
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host.cc244 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/
H A Dfind_bar_gtk.cc433 gfx::Rect view_location(
437 view_location, dialog_bounds, avoid_overlapping_rect);

Completed in 104 milliseconds