Searched defs:render_area_floating_container_ (Results 1 - 4 of 4) 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
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h303 // render_area_floating_container_.
307 GtkWidget* render_area_floating_container_; member in class:BrowserWindowGtk
308 // EventBox that holds render_area_floating_container_. Owned by window_vbox_.
H A Dbrowser_window_gtk.cc223 render_area_floating_container_(NULL),
682 render_area_floating_container_ = NULL;
861 GTK_FLOATING_CONTAINER(render_area_floating_container_),
1359 GTK_FLOATING_CONTAINER(render_area_floating_container_),
1471 GTK_FLOATING_CONTAINER(render_area_floating_container_),
1633 render_area_floating_container_ = gtk_floating_container_new();
1634 gtk_container_add(GTK_CONTAINER(render_area_floating_container_),
1676 gtk_widget_show_all(render_area_floating_container_);
1683 render_area_floating_container_); local

Completed in 65 milliseconds