HomeSort by relevance Sort by last modified time
    Searched full:view_location (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 151 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.
find_bar_controller.h 55 // Reposition |view_location| such that it avoids |avoid_overlapping_rect|,
58 gfx::Rect view_location,
  /external/chromium_org/ui/views/widget/
drop_helper.cc 63 gfx::Point view_location(root_view_location);
65 View::ConvertPointToTarget(root_view, drop_view, &view_location);
66 ui::DropTargetEvent drop_event(data, view_location, view_location,
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 180 gfx::Rect view_location,
184 int boundary = dialog_bounds.width() - view_location.width();
185 view_location.set_x(std::min(view_location.x(), boundary));
187 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
190 gfx::Rect new_pos = view_location;
204 new_pos = view_location; // Reset.
211 new_pos = view_location; // Reset.
find_bar_controller.h 70 // Reposition |view_location| such that it avoids |avoid_overlapping_rect|,
73 gfx::Rect view_location,
  /external/chromium/chrome/browser/ui/views/
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_org/chrome/browser/ui/views/
find_bar_host.cc 283 gfx::Rect view_location;
288 view_location.SetRect(x, y, prefsize.width(), prefsize.height());
301 view_location, widget_bounds, avoid_overlapping_rect);
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 433 gfx::Rect view_location(
437 view_location, dialog_bounds, avoid_overlapping_rect);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
find_bar_gtk.cc 458 gfx::Rect view_location(
462 view_location, dialog_bounds, avoid_overlapping_rect);
    [all...]

Completed in 183 milliseconds