Searched defs:hierarchy_store (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_viewer.cc86 void FillHierarchyStore(GtkTreeStore* hierarchy_store,
294 void CertificateViewer::FillHierarchyStore(GtkTreeStore* hierarchy_store, argument
303 gtk_tree_store_append(hierarchy_store, &iter, parent_ptr);
306 hierarchy_store, &iter,
540 GtkTreeStore* hierarchy_store = gtk_tree_store_new(HIERARCHY_COLUMNS, local
545 FillHierarchyStore(hierarchy_store, &hierarchy_leaf_iter);
547 GTK_TREE_MODEL(hierarchy_store));

Completed in 16 milliseconds