HomeSort by relevance Sort by last modified time
    Searched refs:dialog_bounds (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 152 const gfx::Rect& dialog_bounds,
155 int boundary = dialog_bounds.width() - view_location.width();
158 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
174 if (new_pos.x() + new_pos.width() > dialog_bounds.width())
find_bar_controller.h 59 const gfx::Rect& dialog_bounds,
  /external/chromium/chrome/browser/ui/gtk/
find_bar_gtk.cc 424 // At very low browser widths we can wind up with a negative |dialog_bounds|
426 gfx::Rect dialog_bounds = gfx::Rect(ltr ? 0 : 15, 0, local
434 ltr ? dialog_bounds.width() - prefsize.width() : dialog_bounds.x(),
435 dialog_bounds.y(), prefsize.width(), prefsize.height());
437 view_location, dialog_bounds, avoid_overlapping_rect);
    [all...]
task_manager_gtk.cc 865 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog)); local
    [all...]

Completed in 157 milliseconds