HomeSort by relevance Sort by last modified time
    Searched refs:container_hbox_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 206 container_hbox_(NULL),
233 // +- HBox (container_hbox_) -----------------------------------------------+
244 // There are two vboxes on either side of |container_hbox_| because when the
278 container_hbox_ = gtk_hbox_new(FALSE, 0);
283 gtk_container_add(GTK_CONTAINER(container_), container_hbox_); local
294 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_buttons_vbox_,
300 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_avatar_frame_,
307 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_label_frame_,
314 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_avatar_frame_,
321 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_label_frame_
    [all...]
browser_titlebar.h 188 GtkWidget* container_hbox_; member in class:BrowserTitlebar
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 171 GtkWidget* container_hbox_; member in class:BrowserTitlebar
browser_titlebar.cc 225 // +- 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_, TRUE
    [all...]

Completed in 51 milliseconds