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

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp879 gdouble currentProgress = webkit_download_get_progress(download); local
884 && (currentProgress - lastProgress) < 0.01
885 && currentProgress < 1.0) {
889 lastProgress = currentProgress;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebWindowAnimation.m99 return 0.5 - 0.5 * cos(M_PI * (1 - [self currentProgress]));
H A DWebVideoFullscreenController.mm608 if ([animation currentProgress] < 1.0)

Completed in 81 milliseconds