HomeSort by relevance Sort by last modified time
    Searched refs:BookmarkEditorGtk (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.h 31 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...]
bookmark_editor_gtk.cc 48 class BookmarkEditorGtk::ContextMenuController
51 explicit ContextMenuController(BookmarkEditorGtk* editor)
176 BookmarkEditorGtk* editor_;
192 BookmarkEditorGtk* editor =
193 new BookmarkEditorGtk(parent_hwnd, profile, parent, details,
198 BookmarkEditorGtk::BookmarkEditorGtk(
214 BookmarkEditorGtk::~BookmarkEditorGtk() {
221 void BookmarkEditorGtk::Init(GtkWindow* parent_window)
    [all...]
bookmark_editor_gtk_unittest.cc 97 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
137 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
157 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
178 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
197 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
218 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
266 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
290 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,
312 BookmarkEditorGtk editor(NULL, profile_.get(), NULL,

Completed in 131 milliseconds