Searched refs:container_hbox_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_titlebar.h171 GtkWidget* container_hbox_; member in class:BrowserTitlebar
H A Dbrowser_titlebar.cc225 // +- HBox (container_hbox_) -----------------------------------------------+
236 // There are two vboxes on either side of |container_hbox_| because when the
270 container_hbox_ = gtk_hbox_new(FALSE, 0);
275 gtk_container_add(GTK_CONTAINER(container_), container_hbox_); local
285 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_buttons_vbox_,
293 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_spy_frame_,
300 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_spy_frame_,
304 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_buttons_vbox_,
318 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_alignment_, TRUE,
326 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_alignment
[all...]

Completed in 171 milliseconds