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

/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_tree_model.cc43 GtkTreePath* selected_path,
46 if (gtk_tree_path_compare(current_path, selected_path) == 0)
75 selected_path, selected_node);
168 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected); local
197 selected_path, &node_to_return);
200 gtk_tree_path_free(selected_path);
41 RecursiveResolve(BookmarkModel* bb_model, const BookmarkNode* bb_node, GtkTreeModel* tree_model, GtkTreeIter* parent_iter, GtkTreePath* selected_path, const BookmarkNode** selected_node) argument

Completed in 47 milliseconds