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

  /external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc 493 GtkWidget* buttons_hbox = gtk_hbox_new(FALSE, kButtonSpacing); local
494 gtk_box_pack_start(GTK_BOX(vbox), buttons_hbox, FALSE, FALSE, 0); local
497 titlebar_left_buttons_hbox_ = buttons_hbox;
500 titlebar_right_buttons_hbox_ = buttons_hbox;
504 return buttons_hbox;
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 499 GtkWidget* buttons_hbox = gtk_hbox_new(FALSE, kButtonSpacing); local
500 gtk_box_pack_start(GTK_BOX(vbox), buttons_hbox, FALSE, FALSE, 0); local
503 titlebar_left_buttons_hbox_ = buttons_hbox;
506 titlebar_right_buttons_hbox_ = buttons_hbox;
510 return buttons_hbox;
    [all...]

Completed in 60 milliseconds