HomeSort by relevance Sort by last modified time
    Searched defs:GtkTreeStore (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h 18 typedef struct _GtkTreeStore GtkTreeStore;
34 GtkTreeStore* MakeFolderTreeStore();
36 // Copies the folders in the model's root node into a GtkTreeStore. We
46 GtkTreeStore* store, GtkTreeIter* selected_iter);
51 GtkTreeStore* store, GtkTreeIter* selected_iter,
56 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store);
62 // Commits changes to a GtkTreeStore built from BuildTreeStoreFrom() back
66 BookmarkModel* model, GtkTreeStore* tree_store,
bookmark_editor_gtk.h 23 typedef struct _GtkTreeStore GtkTreeStore;
138 GtkTreeStore* tree_store_;

Completed in 176 milliseconds