HomeSort by relevance Sort by last modified time
    Searched full:instructions_hbox_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 21 instructions_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 0);
22 gtk_widget_set_size_request(instructions_hbox_, 0, -1);
27 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_label_,
44 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_link_,
bookmark_bar_instructions_gtk.h 33 GtkWidget* widget() const { return instructions_hbox_; }
53 GtkWidget* instructions_hbox_; member in class:BookmarkBarInstructionsGtk
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_instructions_gtk.cc 25 instructions_hbox_ = gtk_chrome_shrinkable_hbox_new(FALSE, FALSE, 0);
26 gtk_widget_set_size_request(instructions_hbox_, 0, -1);
31 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_label_,
48 gtk_util::CenterWidgetInHBox(instructions_hbox_, instructions_link_,
bookmark_bar_instructions_gtk.h 28 GtkWidget* widget() const { return instructions_hbox_; }
48 GtkWidget* instructions_hbox_; member in class:BookmarkBarInstructionsGtk

Completed in 59 milliseconds