HomeSort by relevance Sort by last modified time
    Searched refs:dialog_bounds (Results 1 - 9 of 9) 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_org/chrome/browser/ui/find_bar/
find_bar_controller.h 74 const gfx::Rect& dialog_bounds,
find_bar_controller.cc 175 const gfx::Rect& dialog_bounds,
178 int boundary = dialog_bounds.width() - view_location.width();
181 view_location.set_x(std::max(view_location.x(), dialog_bounds.x()));
197 if (new_pos.x() + new_pos.width() > dialog_bounds.width())
  /external/chromium_org/chrome/browser/ui/gtk/
web_dialog_gtk.cc 127 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog_)); local
128 dialog_delegate->StoreDialogSize(dialog_bounds.size());
find_bar_gtk.cc 432 // At very low browser widths we can wind up with a negative |dialog_bounds|
437 gfx::Rect dialog_bounds = gfx::Rect(ltr ? 0 : 15, 0, local
445 ltr ? dialog_bounds.width() - prefsize.width() : dialog_bounds.x(),
446 dialog_bounds.y(), prefsize.width(), prefsize.height());
448 view_location, dialog_bounds, avoid_overlapping_rect);
    [all...]
task_manager_gtk.cc 812 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog)); local
    [all...]
  /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 449 milliseconds