Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp174 fFramesTable->SelectRow(i, false); in SetStackFrame()
H A DImageListView.cpp214 fImagesTable->SelectRow(i, false); in SetImage()
H A DThreadListView.cpp267 fThreadsTable->SelectRow(i, false); in SetThread()
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h131 void SelectRow(int32 rowIndex, bool extendSelection);
H A DTable.cpp454 Table::SelectRow(int32 rowIndex, bool extendSelection) in SelectRow() function in Table