Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_instructions_gtk.cc21 instructions_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 0); in BookmarkBarInstructionsGtk()
22 gtk_widget_set_size_request(instructions_hbox_, 0, -1); in BookmarkBarInstructionsGtk()
27 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_label_, in BookmarkBarInstructionsGtk()
44 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_link_, in BookmarkBarInstructionsGtk()
Dbookmark_bar_instructions_gtk.h33 GtkWidget* widget() const { return instructions_hbox_; } in widget()
53 GtkWidget* instructions_hbox_; variable