Home
last modified time | relevance | path

Searched refs:BookmarkEditorGtk (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc48 class BookmarkEditorGtk::ContextMenuController
51 explicit ContextMenuController(BookmarkEditorGtk* editor) in ContextMenuController()
176 BookmarkEditorGtk* editor_;
192 BookmarkEditorGtk* editor = in Show()
193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details, in Show()
198 BookmarkEditorGtk::BookmarkEditorGtk( in BookmarkEditorGtk() function in BookmarkEditorGtk
214 BookmarkEditorGtk::~BookmarkEditorGtk() { in ~BookmarkEditorGtk()
221 void BookmarkEditorGtk::Init(GtkWindow* parent_window) { in Init()
370 void BookmarkEditorGtk::Show() { in Show()
377 void BookmarkEditorGtk::Close() { in Close()
[all …]
Dbookmark_editor_gtk.h31 class BookmarkEditorGtk : public BookmarkEditor,
34 BookmarkEditorGtk(GtkWindow* window,
40 virtual ~BookmarkEditorGtk();
107 CHROMEGTK_CALLBACK_0(BookmarkEditorGtk, void, OnSelectionChanged);
108 CHROMEGTK_CALLBACK_1(BookmarkEditorGtk, void, OnResponse, int);
109 CHROMEGTK_CALLBACK_1(BookmarkEditorGtk, gboolean, OnWindowDeleteEvent,
112 CHROMEGTK_CALLBACK_0(BookmarkEditorGtk, void, OnWindowDestroy);
113 CHROMEGTK_CALLBACK_0(BookmarkEditorGtk, void, OnEntryChanged);
115 CHROMEGTK_CALLBACK_0(BookmarkEditorGtk, void, OnNewFolderClicked);
117 CHROMEGTK_CALLBACK_1(BookmarkEditorGtk, gboolean, OnTreeViewButtonPressEvent,
[all …]
Dbookmark_editor_gtk_unittest.cc97 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
137 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
157 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
178 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
197 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
218 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
266 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
290 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()
312 BookmarkEditorGtk editor(NULL, profile_.get(), NULL, in TEST_F()