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

  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_titlebar_gtk.h 80 GtkWidget* titlebar_right_buttons_hbox_; member in class:PanelTitlebarGtk
panel_titlebar_gtk.cc 56 titlebar_right_buttons_hbox_(NULL),
197 if (!titlebar_right_buttons_hbox_) {
200 titlebar_right_buttons_hbox_ = gtk_hbox_new(FALSE, kPanelButtonSpacing);
202 titlebar_right_buttons_hbox_, FALSE, FALSE, 0); local
205 return titlebar_right_buttons_hbox_;
  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h 182 GtkWidget* titlebar_right_buttons_hbox_; member in class:BrowserTitlebar
browser_titlebar.cc 208 titlebar_right_buttons_hbox_(NULL),
389 titlebar_right_buttons_hbox_ = NULL;
481 else if (!left_side && titlebar_right_buttons_hbox_)
482 return titlebar_right_buttons_hbox_;
500 titlebar_right_buttons_hbox_ = buttons_hbox;
614 if (titlebar_right_buttons_hbox_)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.h 199 GtkWidget* titlebar_right_buttons_hbox_; member in class:BrowserTitlebar
browser_titlebar.cc 210 titlebar_right_buttons_hbox_(NULL),
418 titlebar_right_buttons_hbox_ = NULL;
482 else if (!left_side && titlebar_right_buttons_hbox_)
483 return titlebar_right_buttons_hbox_;
501 titlebar_right_buttons_hbox_ = buttons_hbox;
683 if (titlebar_right_buttons_hbox_)
    [all...]

Completed in 1134 milliseconds