Home
last modified time | relevance | path

Searched refs:currentProgress (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitdownload.cpp879 gdouble currentProgress = webkit_download_get_progress(download); in webkit_download_received_data() local
884 && (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()
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_view.mm90 return [currentAnimation_ currentProgress];
/external/webkit/Source/WebKit/mac/WebView/
DWebWindowAnimation.m99 return 0.5 - 0.5 * cos(M_PI * (1 - [self currentProgress]));
DWebVideoFullscreenController.mm608 if ([animation currentProgress] < 1.0)