Home
last modified time | relevance | path

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

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp47 NotifyRowsRemoved(0, fStackTrace->CountFrames()); in SetStackTrace()
H A DImageListView.cpp73 NotifyRowsRemoved(index, 1); in Update()
H A DThreadListView.cpp76 NotifyRowsRemoved(index, 1); in Update()
H A DBreakpointListView.cpp175 NotifyRowsRemoved(index, 1); in UpdateBreakpoint()
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h53 void NotifyRowsRemoved(int32 rowIndex, int32 count);
H A DTable.cpp106 TableModel::NotifyRowsRemoved(int32 rowIndex, int32 count) in NotifyRowsRemoved() function in TableModel
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp138 NotifyRowsRemoved(i, 1); in Remove()