Searched refs:addedCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowserWindow.h197 uint32& addedCount) const;
H A DBrowserWindow.cpp923 uint32 addedCount = 0; local
946 addedCount += addedSubCount;
949 if (addedCount > 10) {
951 "%addedCount bookmarks all at once?", "Don't translate "
952 "variable %addedCount."));
953 string.ReplaceFirst("%addedCount", BString() << addedCount);
2210 BMessage* message, uint32& addedCount) const
2220 _AddBookmarkURLsRecursively(subBirectory, message, addedCount);
2226 addedCount
[all...]

Completed in 88 milliseconds