HomeSort by relevance Sort by last modified time
    Searched defs:titlebar_right_buttons_hbox_ (Results 1 - 4 of 4) 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
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.h 199 GtkWidget* titlebar_right_buttons_hbox_; member in class:BrowserTitlebar

Completed in 29 milliseconds