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

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_titlebar_gtk.h 77 GtkWidget* titlebar_right_buttons_vbox_; member in class:PanelTitlebarGtk
panel_titlebar_gtk.cc 55 titlebar_right_buttons_vbox_(NULL),
84 titlebar_right_buttons_vbox_ = gtk_vbox_new(FALSE, 0);
85 gtk_box_pack_end(GTK_BOX(container_hbox), titlebar_right_buttons_vbox_, local
201 gtk_box_pack_start(GTK_BOX(titlebar_right_buttons_vbox_),
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 206 titlebar_right_buttons_vbox_(NULL),
303 titlebar_right_buttons_vbox_ = gtk_vbox_new(FALSE, 0);
304 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_buttons_vbox_, local
387 gtk_util::RemoveAllChildren(titlebar_right_buttons_vbox_);
473 gtk_widget_show_all(titlebar_right_buttons_vbox_);
487 titlebar_right_buttons_vbox_;
528 if (titlebar_right_buttons_vbox_)
529 gtk_widget_show_all(titlebar_right_buttons_vbox_);
533 if (titlebar_right_buttons_vbox_)
534 gtk_widget_hide(titlebar_right_buttons_vbox_);
    [all...]
browser_titlebar.h 178 GtkWidget* titlebar_right_buttons_vbox_; member in class:BrowserTitlebar
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 213 titlebar_right_buttons_vbox_(NULL),
329 titlebar_right_buttons_vbox_ = gtk_vbox_new(FALSE, 0);
330 gtk_box_pack_end(GTK_BOX(container_hbox_), titlebar_right_buttons_vbox_, local
421 gtk_util::RemoveAllChildren(titlebar_right_buttons_vbox_);
450 gtk_widget_show_all(titlebar_right_buttons_vbox_);
493 titlebar_right_buttons_vbox_;
595 if (titlebar_right_buttons_vbox_)
596 gtk_widget_hide(titlebar_right_buttons_vbox_);
600 if (titlebar_right_buttons_vbox_)
601 gtk_widget_show_all(titlebar_right_buttons_vbox_);
    [all...]
browser_titlebar.h 195 GtkWidget* titlebar_right_buttons_vbox_; member in class:BrowserTitlebar

Completed in 1080 milliseconds