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

  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 205 titlebar_left_buttons_vbox_(NULL),
284 titlebar_left_buttons_vbox_ = gtk_vbox_new(FALSE, 0);
285 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_buttons_vbox_, local
386 gtk_util::RemoveAllChildren(titlebar_left_buttons_vbox_);
472 gtk_widget_show_all(titlebar_left_buttons_vbox_);
486 GtkWidget* vbox = left_side ? titlebar_left_buttons_vbox_ :
526 if (titlebar_left_buttons_vbox_)
527 gtk_widget_show_all(titlebar_left_buttons_vbox_);
531 if (titlebar_left_buttons_vbox_)
532 gtk_widget_hide(titlebar_left_buttons_vbox_);
    [all...]
browser_titlebar.h 177 GtkWidget* titlebar_left_buttons_vbox_; member in class:BrowserTitlebar
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 207 titlebar_left_buttons_vbox_(NULL),
293 titlebar_left_buttons_vbox_ = gtk_vbox_new(FALSE, 0);
294 gtk_box_pack_start(GTK_BOX(container_hbox_), titlebar_left_buttons_vbox_, local
415 gtk_util::RemoveAllChildren(titlebar_left_buttons_vbox_);
444 gtk_widget_show_all(titlebar_left_buttons_vbox_);
487 GtkWidget* vbox = left_side ? titlebar_left_buttons_vbox_ :
588 if (titlebar_left_buttons_vbox_)
589 gtk_widget_hide(titlebar_left_buttons_vbox_);
593 if (titlebar_left_buttons_vbox_)
594 gtk_widget_show_all(titlebar_left_buttons_vbox_);
    [all...]
browser_titlebar.h 194 GtkWidget* titlebar_left_buttons_vbox_; member in class:BrowserTitlebar

Completed in 122 milliseconds