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

/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp758 int expectedSizeUnitPos = expectedSize.FindLast(' '); local
759 if (currentSizeUnitPos >= 0 && expectedSizeUnitPos >= 0
761 expectedSize.String() + expectedSizeUnitPos) == 0) {

Completed in 36 milliseconds