HomeSort by relevance Sort by last modified time
    Searched refs:GtkTreePath (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 25 gint GetRowNumForPath(GtkTreePath* path);
33 GtkTreePath* sort_path);
109 GtkTreePath* path,
193 // Get the GtkTreePath in the tree store for the given node.
195 GtkTreePath* GetTreePath(ui::TreeModelNode* node);
gtk_tree.cc 16 gint GetRowNumForPath(GtkTreePath* path) {
26 GtkTreePath* path = gtk_tree_model_get_path(model, iter);
33 GtkTreePath* sort_path) {
34 GtkTreePath *child_path = gtk_tree_model_sort_convert_path_to_child_path(
52 GtkTreePath* path = gtk_tree_model_get_path(model, &iter);
74 gtk_tree::GetRowNumForPath(static_cast<GtkTreePath*>(node->data)));
328 GtkTreePath* path,
407 GtkTreePath* TreeAdapter::GetTreePath(ui::TreeModelNode* node) {
408 GtkTreePath* path = gtk_tree_path_new();
422 GtkTreePath* path = GetTreePath(node)
    [all...]
collected_cookies_gtk.h 73 GtkTreeIter*, GtkTreePath*);
task_manager_gtk.cc 799 GtkTreePath* path = gtk_tree_model_sort_convert_path_to_child_path(
801 reinterpret_cast<GtkTreePath*>(item->data));
    [all...]
collected_cookies_gtk.cc 338 reinterpret_cast<GtkTreePath*>(item->data));
384 model, &iter, reinterpret_cast<GtkTreePath*>(item->data));
446 model, &iter, reinterpret_cast<GtkTreePath*>(item->data));
499 GtkTreePath* path) {
task_manager_gtk.h 97 GtkTreePath*, GtkTreeViewColumn*);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.h 26 gint GetRowNumForPath(GtkTreePath* path);
34 GtkTreePath* sort_path);
110 GtkTreePath* path,
195 // Get the GtkTreePath in the tree store for the given node.
197 GtkTreePath* GetTreePath(ui::TreeModelNode* node);
gtk_tree.cc 18 gint GetRowNumForPath(GtkTreePath* path) {
28 GtkTreePath* path = gtk_tree_model_get_path(model, iter);
35 GtkTreePath* sort_path) {
36 GtkTreePath *child_path = gtk_tree_model_sort_convert_path_to_child_path(
54 GtkTreePath* path = gtk_tree_model_get_path(model, &iter);
76 gtk_tree::GetRowNumForPath(static_cast<GtkTreePath*>(node->data)));
330 GtkTreePath* path,
409 GtkTreePath* TreeAdapter::GetTreePath(ui::TreeModelNode* node) {
410 GtkTreePath* path = gtk_tree_path_new();
424 GtkTreePath* path = GetTreePath(node)
    [all...]
collected_cookies_gtk.h 72 GtkTreeIter*, GtkTreePath*);
task_manager_gtk.cc 749 GtkTreePath* path = gtk_tree_model_sort_convert_path_to_child_path(
751 reinterpret_cast<GtkTreePath*>(item->data));
    [all...]
collected_cookies_gtk.cc 382 reinterpret_cast<GtkTreePath*>(item->data));
416 model, &iter, reinterpret_cast<GtkTreePath*>(item->data));
476 model, &iter, reinterpret_cast<GtkTreePath*>(item->data));
531 GtkTreePath* path) {
task_manager_gtk.h 95 GtkTreePath*, GtkTreeViewColumn*);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main_wnd.h 40 typedef struct _GtkTreePath GtkTreePath;
84 void OnRowActivated(GtkTreeView* tree_view, GtkTreePath* path,
main_wnd.cc 70 void OnRowActivatedCallback(GtkTreeView* tree_view, GtkTreePath* path,
81 GtkTreePath* lastpath = gtk_tree_path_new_from_indices(rows - 1, -1);
387 void GtkMainWnd::OnRowActivated(GtkTreeView* tree_view, GtkTreePath* path,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 43 GtkTreePath* selected_path,
45 GtkTreePath* current_path = gtk_tree_model_get_path(tree_model, parent_iter);
84 GtkTreePath* tree_path = gtk_tree_path_new_from_string(path);
168 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected);
bookmark_editor_gtk.cc 121 GtkTreePath* path = gtk_tree_model_get_path(
332 GtkTreePath* path = NULL;
574 GtkTreePath* path = gtk_tree_model_get_path(
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.cc 51 GtkTreePath* selected_path,
53 GtkTreePath* current_path =
100 GtkTreePath* tree_path = gtk_tree_path_new_from_string(path);
182 GtkTreePath* selected_path = gtk_tree_model_get_path(tree_model, selected);
bookmark_editor_gtk.cc 62 GtkTreePath* path,
83 GtkTreePath* path,
193 GtkTreePath* path = gtk_tree_model_get_path(
415 GtkTreePath* path = NULL;
664 GtkTreePath* path = gtk_tree_model_get_path(

Completed in 569 milliseconds