Searched defs:render_area_floating_container_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h237 GtkWidget* render_area_floating_container_; member in class:BrowserWindowGtk
238 // EventBox that holds render_area_floating_container_.
H A Dbrowser_window_gtk.cc1376 GTK_FLOATING_CONTAINER(render_area_floating_container_)));
1470 GTK_FLOATING_CONTAINER(render_area_floating_container_),
1634 render_area_floating_container_ = gtk_floating_container_new();
1635 gtk_container_add(GTK_CONTAINER(render_area_floating_container_),
1683 gtk_widget_show_all(render_area_floating_container_);
1691 render_area_floating_container_); local

Completed in 47 milliseconds