Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc16 gint GetRowNumForPath(GtkTreePath* path) { in GetRowNumForPath() function
27 int row = GetRowNumForPath(path); in GetRowNumForIter()
36 int row = GetRowNumForPath(child_path); in GetTreeSortChildRowNumForPath()
74 gtk_tree::GetRowNumForPath(static_cast<GtkTreePath*>(node->data))); in GetSelectedIndices()
Dgtk_tree.h25 gint GetRowNumForPath(GtkTreePath* path);
Dtask_manager_gtk.cc802 int row = gtk_tree::GetRowNumForPath(path); in KillSelectedProcesses()
934 int row = gtk_tree::GetRowNumForPath(path); in OnSelectionChanged()
966 int row = gtk_tree::GetRowNumForPath(child_path); in OnRowActivated()