HomeSort by relevance Sort by last modified time
    Searched refs:GtkTreeStore (Results 1 - 12 of 12) 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_tree_model.cc 19 void AddSingleNodeToTreeStore(GtkTreeStore* store, const BookmarkNode* node,
39 // merges changes back from a GtkTreeStore into a tree of BookmarkNodes. This
80 // Update the folder name in the GtkTreeStore.
82 gchar* path, gchar* new_folder_name, GtkTreeStore* tree_store) {
98 GtkTreeStore* MakeFolderTreeStore() {
104 GtkTreeStore* store, GtkTreeIter* selected_iter) {
112 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store) {
143 GtkTreeStore* store, GtkTreeIter* selected_iter,
151 // Save the iterator. Since we're using a GtkTreeStore, we're
164 BookmarkModel* bb_model, GtkTreeStore* tree_store, GtkTreeIter* selected)
    [all...]
bookmark_editor_gtk.h 23 typedef struct _GtkTreeStore GtkTreeStore;
138 GtkTreeStore* tree_store_;
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h 17 typedef struct _GtkTreeStore GtkTreeStore;
33 GtkTreeStore* MakeFolderTreeStore();
35 // Copies the folders in the model's root node into a GtkTreeStore. We
45 GtkTreeStore* store, GtkTreeIter* selected_iter);
50 GtkTreeStore* store, GtkTreeIter* selected_iter,
55 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store);
61 // Commits changes to a GtkTreeStore built from BuildTreeStoreFrom() back
65 BookmarkModel* model, GtkTreeStore* tree_store,
bookmark_tree_model.cc 20 void AddSingleNodeToTreeStore(GtkTreeStore* store, const BookmarkNode* node,
41 // merges changes back from a GtkTreeStore into a tree of BookmarkNodes. This
45 GtkTreeStore* tree_store,
95 // Update the folder name in the GtkTreeStore.
97 gchar* path, gchar* new_folder_name, GtkTreeStore* tree_store) {
113 GtkTreeStore* MakeFolderTreeStore() {
119 GtkTreeStore* store, GtkTreeIter* selected_iter) {
128 GtkWidget* MakeTreeViewForStore(GtkTreeStore* store) {
159 GtkTreeStore* store, GtkTreeIter* selected_iter,
167 // Save the iterator. Since we're using a GtkTreeStore, we'r
    [all...]
bookmark_editor_gtk.h 24 typedef struct _GtkTreeStore GtkTreeStore;
136 GtkTreeStore* tree_store_;
  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 42 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter);
137 // A helper class for populating a GtkTreeStore from a TreeModel.
152 // change to the GtkTreeStore.
155 // Called after any change to the GtkTreeStore.
169 GtkTreeStore* tree_store() { return tree_store_; }
201 GtkTreeStore* tree_store_;
certificate_viewer.cc 86 void FillHierarchyStore(GtkTreeStore* hierarchy_store,
91 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert);
94 static GtkTreeStore* CreateFieldsTreeStore(
294 void CertificateViewer::FillHierarchyStore(GtkTreeStore* hierarchy_store,
304 GtkTreeStore* fields_store = CreateFieldsTreeStore(*i);
320 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert) {
518 GtkTreeStore* CertificateViewer::CreateFieldsTreeStore(
520 GtkTreeStore* fields_store = gtk_tree_store_new(FIELDS_COLUMNS, G_TYPE_STRING,
540 GtkTreeStore* hierarchy_store = gtk_tree_store_new(HIERARCHY_COLUMNS,
653 GtkTreeStore* fields_store = NULL
    [all...]
gtk_tree.cc 57 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter) {
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.h 43 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter);
138 // A helper class for populating a GtkTreeStore from a TreeModel.
153 // change to the GtkTreeStore.
156 // Called after any change to the GtkTreeStore.
170 GtkTreeStore* tree_store() { return tree_store_; }
203 GtkTreeStore* tree_store_;
certificate_viewer_gtk.cc 89 void FillHierarchyStore(GtkTreeStore* hierarchy_store,
94 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert);
97 static GtkTreeStore* CreateFieldsTreeStore(
304 void CertificateViewer::FillHierarchyStore(GtkTreeStore* hierarchy_store,
317 GtkTreeStore* fields_store = CreateFieldsTreeStore(*i);
334 GtkTreeStore* store, net::X509Certificate::OSCertHandle cert) {
532 GtkTreeStore* CertificateViewer::CreateFieldsTreeStore(
534 GtkTreeStore* fields_store = gtk_tree_store_new(FIELDS_COLUMNS, G_TYPE_STRING,
554 GtkTreeStore* hierarchy_store = gtk_tree_store_new(HIERARCHY_COLUMNS,
666 GtkTreeStore* fields_store = NULL
    [all...]
gtk_tree.cc 59 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter) {

Completed in 158 milliseconds