Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc63 GtkTreePath* lastpath = gtk_tree_path_new_from_indices(rows - 1, -1); in SimulateLastRowActivated() local
67 gtk_tree_selection_select_path(selection, lastpath); in SimulateLastRowActivated()
72 gtk_tree_view_row_activated(tree_view, lastpath, column); in SimulateLastRowActivated()
74 gtk_tree_path_free(lastpath); in SimulateLastRowActivated()