Searched refs:button_hbox_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_actions_toolbar_gtk.cc370 button_hbox_(gtk_chrome_shrinkable_hbox_new(TRUE, FALSE, kButtonPadding)),
429 gtk_box_pack_start(GTK_BOX(hbox_.get()), button_hbox_.get(), TRUE, TRUE, 0);
446 ViewIDUtil::SetID(button_hbox_.get(), VIEW_ID_BROWSER_ACTION_TOOLBAR);
457 button_hbox_.Destroy();
488 gtk_drag_dest_set(button_hbox_.get(), GTK_DEST_DEFAULT_DROP, &drag_target, 1,
491 signals_.Connect(button_hbox_.get(), "drag-motion",
523 GTK_CHROME_SHRINKABLE_HBOX(button_hbox_.get()), button->widget(), 0);
524 gtk_box_reorder_child(GTK_BOX(button_hbox_.get()), button->widget(), index);
587 start_width_ = button_hbox_->allocation.width;
615 gtk_grab_remove(button_hbox_
[all...]
H A Dbrowser_actions_toolbar_gtk.h181 OwnedWidgetGtk button_hbox_; member in class:BrowserActionsToolbarGtk

Completed in 65 milliseconds