Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_util.h282 gfx::Rect GetDialogBounds(GtkWidget* dialog);
Dweb_dialog_gtk.cc127 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog_)); in OnDialogClosed()
Dtask_manager_gtk.cc812 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog)); in OnResponse()
Dgtk_util.cc937 gfx::Rect GetDialogBounds(GtkWidget* dialog) { in GetDialogBounds() function
/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()