Searched refs:countBefore (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageListView.cpp78 int32 countBefore = fImages.CountItems(); local
88 if (count > countBefore)
89 NotifyRowsAdded(countBefore, count - countBefore);
H A DThreadListView.cpp81 int32 countBefore = fThreads.CountItems(); local
91 if (count > countBefore)
92 NotifyRowsAdded(countBefore, count - countBefore);
H A DBreakpointListView.cpp180 int32 countBefore = fBreakpointProxies.CountItems(); local
212 if (count > countBefore)
213 NotifyRowsAdded(countBefore, count - countBefore);

Completed in 40 milliseconds