Home
last modified time | relevance | path

Searched refs:GtkTreeStore (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_tree_model.h18 typedef struct _GtkTreeStore GtkTreeStore; typedef
34 GtkTreeStore* MakeFolderTreeStore();
46 GtkTreeStore* store, GtkTreeIter* selected_iter);
51 GtkTreeStore* store, GtkTreeIter* selected_iter,
56 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store);
66 BookmarkModel* model, GtkTreeStore* tree_store,
Dbookmark_tree_model.cc19 void AddSingleNodeToTreeStore(GtkTreeStore* store, const BookmarkNode* node, in AddSingleNodeToTreeStore()
82 gchar* path, gchar* new_folder_name, GtkTreeStore* tree_store) { in OnFolderNameEdited()
98 GtkTreeStore* MakeFolderTreeStore() { in MakeFolderTreeStore()
104 GtkTreeStore* store, GtkTreeIter* selected_iter) { in AddToTreeStore()
112 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store) { in MakeTreeViewForStore()
143 GtkTreeStore* store, GtkTreeIter* selected_iter, in AddToTreeStoreAt()
164 BookmarkModel* bb_model, GtkTreeStore* tree_store, GtkTreeIter* selected) { in CommitTreeStoreDifferencesBetween()
Dbookmark_editor_gtk.h23 typedef struct _GtkTreeStore GtkTreeStore; typedef
138 GtkTreeStore* tree_store_;
/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.h42 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter);
169 GtkTreeStore* tree_store() { return tree_store_; } in tree_store()
201 GtkTreeStore* tree_store_;
Dcertificate_viewer.cc86 void FillHierarchyStore(GtkTreeStore* hierarchy_store,
91 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert);
94 static GtkTreeStore* CreateFieldsTreeStore(
294 void CertificateViewer::FillHierarchyStore(GtkTreeStore* hierarchy_store, in FillHierarchyStore()
304 GtkTreeStore* fields_store = CreateFieldsTreeStore(*i); in FillHierarchyStore()
320 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert) { in FillTreeStoreWithCertFields()
518 GtkTreeStore* CertificateViewer::CreateFieldsTreeStore( in CreateFieldsTreeStore()
520 GtkTreeStore* fields_store = gtk_tree_store_new(FIELDS_COLUMNS, G_TYPE_STRING, in CreateFieldsTreeStore()
540 GtkTreeStore* hierarchy_store = gtk_tree_store_new(HIERARCHY_COLUMNS, in InitDetailsPage()
653 GtkTreeStore* fields_store = NULL; in OnHierarchySelectionChanged()
Dgtk_tree.cc57 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter) { in RemoveRecursively()