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

/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_tree.cc33 GtkTreePath* sort_path) {
35 GTK_TREE_MODEL_SORT(sort_model), sort_path);
32 GetTreeSortChildRowNumForPath(GtkTreeModel* sort_model, GtkTreePath* sort_path) argument
H A Dtask_manager_gtk.cc948 GtkTreePath* sort_path = gtk_tree_model_sort_convert_child_path_to_path( local
950 gtk_tree_selection_select_path(selection, sort_path);
952 gtk_tree_path_free(sort_path);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dgtk_tree.cc35 GtkTreePath* sort_path) {
37 GTK_TREE_MODEL_SORT(sort_model), sort_path);
34 GetTreeSortChildRowNumForPath(GtkTreeModel* sort_model, GtkTreePath* sort_path) argument
H A Dtask_manager_gtk.cc897 GtkTreePath* sort_path = gtk_tree_model_sort_convert_child_path_to_path( local
899 gtk_tree_selection_select_path(selection, sort_path);
901 gtk_tree_path_free(sort_path);

Completed in 75 milliseconds