Home
last modified time | relevance | path

Searched refs:sort_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.h33 GtkTreePath* sort_path);
Dgtk_tree.cc33 GtkTreePath* sort_path) { in GetTreeSortChildRowNumForPath() argument
35 GTK_TREE_MODEL_SORT(sort_model), sort_path); in GetTreeSortChildRowNumForPath()
Dtask_manager_gtk.cc948 GtkTreePath* sort_path = gtk_tree_model_sort_convert_child_path_to_path( in OnSelectionChanged() local
950 gtk_tree_selection_select_path(selection, sort_path); in OnSelectionChanged()
952 gtk_tree_path_free(sort_path); in OnSelectionChanged()