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

  /external/chromium/chrome/browser/ui/gtk/
certificate_viewer.cc 86 void FillHierarchyStore(GtkTreeStore* hierarchy_store,
294 void CertificateViewer::FillHierarchyStore(GtkTreeStore* hierarchy_store,
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));
  /external/chromium_org/chrome/browser/ui/gtk/
certificate_viewer_gtk.cc 89 void FillHierarchyStore(GtkTreeStore* hierarchy_store,
304 void CertificateViewer::FillHierarchyStore(GtkTreeStore* hierarchy_store,
316 gtk_tree_store_append(hierarchy_store, &iter, parent_ptr);
319 hierarchy_store, &iter,
554 GtkTreeStore* hierarchy_store = gtk_tree_store_new(HIERARCHY_COLUMNS, local
559 FillHierarchyStore(hierarchy_store, &hierarchy_leaf_iter);
561 GTK_TREE_MODEL(hierarchy_store));

Completed in 24 milliseconds