Searched refs:fCurrentBytesPerSecondSlot (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadProgressView.h82 size_t fCurrentBytesPerSecondSlot; member in class:DownloadProgressView
H A DDownloadProgressView.cpp215 fCurrentBytesPerSecondSlot = 0;
719 fCurrentBytesPerSecondSlot
720 = (fCurrentBytesPerSecondSlot + 1) % kBytesPerSecondSlots;
721 fBytesPerSecondSlot[fCurrentBytesPerSecondSlot]
/haiku/src/kits/tracker/
H A DStatusWindow.h164 size_t fCurrentBytesPerSecondSlot; member in class:BPrivate::BStatusView
H A DStatusWindow.cpp565 fCurrentBytesPerSecondSlot = 0;
958 fCurrentBytesPerSecondSlot
959 = (fCurrentBytesPerSecondSlot + 1) % kBytesPerSecondSlots;
960 fBytesPerSecondSlot[fCurrentBytesPerSecondSlot]

Completed in 39 milliseconds