Home
last modified time | relevance | path

Searched refs:kBytesPerSecondSlots (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadProgressView.h81 static const size_t kBytesPerSecondSlots = 10; variable
83 double fBytesPerSecondSlot[kBytesPerSecondSlots];
H A DDownloadProgressView.cpp213 for (size_t i = 0; i < kBytesPerSecondSlots; i++) in Init()
723 = (fCurrentBytesPerSecondSlot + 1) % kBytesPerSecondSlots; in _UpdateStatus()
731 for (size_t i = 0; i < kBytesPerSecondSlots; i++) { in _UpdateStatus()
/haiku/src/kits/tracker/
H A DStatusWindow.h163 static const size_t kBytesPerSecondSlots = 10; variable
165 double fBytesPerSecondSlot[kBytesPerSecondSlots];
H A DStatusWindow.cpp566 for (size_t i = 0; i < kBytesPerSecondSlots; i++) in Init()
883 for (size_t i = 0; i < kBytesPerSecondSlots; i++) in MessageReceived()
963 = (fCurrentBytesPerSecondSlot + 1) % kBytesPerSecondSlots; in UpdateStatus()
971 for (size_t i = 0; i < kBytesPerSecondSlots; i++) { in UpdateStatus()