Searched refs:currentProgress (Results 1 – 4 of 4) sorted by relevance
879 gdouble currentProgress = webkit_download_get_progress(download); in webkit_download_received_data() local884 && (currentProgress - lastProgress) < 0.01 in webkit_download_received_data()885 && currentProgress < 1.0) { in webkit_download_received_data()889 lastProgress = currentProgress; in webkit_download_received_data()
90 return [currentAnimation_ currentProgress];
99 return 0.5 - 0.5 * cos(M_PI * (1 - [self currentProgress]));
608 if ([animation currentProgress] < 1.0)