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

  /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 276 milliseconds