Searched refs:GetWidgetScreenBounds (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dui_controls_linux.cc265 gfx::Rect bounds = gtk_util::GetWidgetScreenBounds(widget);
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_util.h153 gfx::Rect GetWidgetScreenBounds(GtkWidget* widget);
H A Dgtk_util.cc338 gfx::Rect frame_bounds = gtk_util::GetWidgetScreenBounds(GTK_WIDGET(parent));
487 gfx::Rect GetWidgetScreenBounds(GtkWidget* widget) { function in namespace:gtk_util
H A Dbrowser_window_gtk.cc1120 return gtk_util::GetWidgetScreenBounds(contents_container_->widget());
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc323 gtk_util::GetWidgetScreenBounds(tabstrip->tabstrip_.get());
513 gtk_util::GetWidgetScreenBounds(attached_tabstrip_->tabstrip_.get());
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc371 gfx::Rect retval = gtk_util::GetWidgetScreenBounds(window_);

Completed in 433 milliseconds