Searched refs:NotifyRowsAdded (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp53 NotifyRowsAdded(0, fStackTrace->CountFrames());
H A DImageListView.cpp89 NotifyRowsAdded(countBefore, count - countBefore);
H A DThreadListView.cpp92 NotifyRowsAdded(countBefore, count - countBefore);
H A DBreakpointListView.cpp213 NotifyRowsAdded(countBefore, count - countBefore);
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h52 void NotifyRowsAdded(int32 rowIndex, int32 count);
H A DTable.cpp95 TableModel::NotifyRowsAdded(int32 rowIndex, int32 count) function in class:TableModel
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp128 NotifyRowsAdded(fDispositions.CountItems() - 1, 1);

Completed in 89 milliseconds