fDownloadProgress
return fDownloadProgress;
fDownloadProgress = 0.0;
fDownloadProgress = progress;
fDownloadProgress = value->DownloadProgress();
localInfo->SetDownloadProgress(fDownloadProgress);
fDownloadProgress(other.fDownloadProgress)
fDownloadProgress = value;
&& fDownloadProgress == other.fDownloadProgress
float fDownloadProgress;
float fDownloadProgress;
fDownloadProgress(kProgressIndeterminate),
if (fDownloadProgress >= 0.0f)
return 0.5f * fminf(fDownloadProgress, 1.0);
if (fDownloadProgress == 1.0 || (!_ShouldProcessProgress() && value != 1.0))
fDownloadProgress = value;
fDownloadProgress = 1.0;
fDownloadProgress = 1.0;
float fDownloadProgress;
fDownloadProgress = percent;
fDownloadProgress(0),
int32 barPos = barHeight - int32(barHeight * fDownloadProgress / 100.0);
float fDownloadProgress;
fDownloadProgress = (float)bytesReceived/bytesTotal;
return fDownloadProgress;
return fDownloadProgress;
float fDownloadProgress;