Home
last modified time | relevance | path

Searched refs:GetDialogBounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_util.h336 gfx::Rect GetDialogBounds(GtkWidget* dialog);
Dgtk_util.cc1088 gfx::Rect GetDialogBounds(GtkWidget* dialog) { in GetDialogBounds() function
1134 gfx::Rect GetDialogBounds(GtkWidget* dialog) { in GetDialogBounds() function
Dtask_manager_gtk.cc865 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog)); in OnResponse()