Home
last modified time | relevance | path

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

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