Searched refs:lastpath (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc81 GtkTreePath* lastpath = gtk_tree_path_new_from_indices(rows - 1, -1); local
85 gtk_tree_selection_select_path(selection, lastpath);
90 gtk_tree_view_row_activated(tree_view, lastpath, column);
92 gtk_tree_path_free(lastpath);
/external/chromium_org/third_party/lcov/bin/
H A Dlcov2948 my $lastpath;
3095 if (!defined($lastpath) || $lastpath ne $p) {
3096 print("\n") if (defined($lastpath));
3097 $lastpath = $p;
3098 print("[$lastpath/]\n") if (!$root_prefix);

Completed in 250 milliseconds