Searched refs:GetDialogBounds (Results 1 – 3 of 3) sorted by relevance
336 gfx::Rect GetDialogBounds(GtkWidget* dialog);
1088 gfx::Rect GetDialogBounds(GtkWidget* dialog) { in GetDialogBounds() function1134 gfx::Rect GetDialogBounds(GtkWidget* dialog) { in GetDialogBounds() function
865 gfx::Rect dialog_bounds = gtk_util::GetDialogBounds(GTK_WIDGET(dialog)); in OnResponse()