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

/haiku/src/apps/webpositive/
H A DDownloadProgressView.h83 double fBytesPerSecondSlot[kBytesPerSecondSlots]; member in class:DownloadProgressView
H A DDownloadProgressView.cpp214 fBytesPerSecondSlot[i] = 0.0;
721 fBytesPerSecondSlot[fCurrentBytesPerSecondSlot]
729 if (fBytesPerSecondSlot[i] != 0.0) {
730 fBytesPerSecond += fBytesPerSecondSlot[i];
/haiku/src/kits/tracker/
H A DStatusWindow.h165 double fBytesPerSecondSlot[kBytesPerSecondSlots]; member in class:BPrivate::BStatusView
H A DStatusWindow.cpp567 fBytesPerSecondSlot[i] = 0.0;
880 fBytesPerSecondSlot[i] = 0.0;
960 fBytesPerSecondSlot[fCurrentBytesPerSecondSlot]
968 if (fBytesPerSecondSlot[i] != 0.0) {
969 fBytesPerSecond += fBytesPerSecondSlot[i];

Completed in 84 milliseconds