Searched refs:BookmarkBarInstructionsGtk (Results 1 – 4 of 4) sorted by relevance
18 class BookmarkBarInstructionsGtk : public NotificationObserver {30 explicit BookmarkBarInstructionsGtk(Delegate* delegate, Profile* profile);41 CHROMEGTK_CALLBACK_0(BookmarkBarInstructionsGtk, void, OnButtonClick);59 DISALLOW_COPY_AND_ASSIGN(BookmarkBarInstructionsGtk);
16 BookmarkBarInstructionsGtk::BookmarkBarInstructionsGtk(Delegate* delegate, in BookmarkBarInstructionsGtk() function in BookmarkBarInstructionsGtk55 void BookmarkBarInstructionsGtk::Observe(NotificationType type, in Observe()62 void BookmarkBarInstructionsGtk::OnButtonClick(GtkWidget* button) { in OnButtonClick()66 void BookmarkBarInstructionsGtk::UpdateColors() { in UpdateColors()
47 public BookmarkBarInstructionsGtk::Delegate,339 scoped_ptr<BookmarkBarInstructionsGtk> instructions_gtk_;
223 instructions_gtk_.reset(new BookmarkBarInstructionsGtk(this, profile)); in Init()