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

  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 38 // Remove the row and all its children from the |tree_store|. If there is a
42 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter);
169 GtkTreeStore* tree_store() { return tree_store_; } function in class:gtk_tree::TreeAdapter
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.h 39 // Remove the row and all its children from the |tree_store|. If there is a
43 bool RemoveRecursively(GtkTreeStore* tree_store, GtkTreeIter* iter);
170 GtkTreeStore* tree_store() { return tree_store_; } function in class:gtk_tree::TreeAdapter

Completed in 33 milliseconds