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

/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp757 int currentSizeUnitPos = currentSize.FindLast(' '); local
759 if (currentSizeUnitPos >= 0 && expectedSizeUnitPos >= 0
760 && strcmp(currentSize.String() + currentSizeUnitPos,
762 currentSize.Truncate(currentSizeUnitPos);

Completed in 31 milliseconds