Home
last modified time | relevance | path

Searched refs:animationProgress (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DPageOverlay.cpp152 float animationProgress = (currentTime() - m_fadeAnimationStartTime) / m_fadeAnimationDuration; in fadeAnimationTimerFired() local
154 if (animationProgress >= 1.0) in fadeAnimationTimerFired()
155 animationProgress = 1.0; in fadeAnimationTimerFired()
157 double sine = sin(piOverTwoFloat * animationProgress); in fadeAnimationTimerFired()
163 if (animationProgress == 1.0) { in fadeAnimationTimerFired()
/external/webkit/Source/WebCore/rendering/
DRenderProgress.h37 double animationProgress() const;
DRenderProgress.cpp65 double RenderProgress::animationProgress() const in animationProgress() function in WebCore::RenderProgress
DRenderThemeChromiumSkia.cpp568 double progress = renderProgress->animationProgress(); in indeterminateProgressValueRectFor()
DRenderThemeMac.mm946 …trackInfo.trackInfo.progress.phase = lround(renderProgress->animationProgress() * nextafter(progre…
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp656 double animationProgress = renderProgress->animationProgress(); in calculateProgressRect() local
667 if (animationProgress < 0.5) in calculateProgressRect()
668 progressRect.setX(progressRect.x() + (animationProgress * 2 * movableWidth)); in calculateProgressRect()
670 progressRect.setX(progressRect.x() + ((1.0 - animationProgress) * 2 * movableWidth)); in calculateProgressRect()
/external/webkit/WebKitLibraries/
DWebKitSystemInterface.h339 …AnimationSetAnimationProgress(WKWindowBounceAnimationContextRef context, double animationProgress);
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp890 …inter->fillRect(option.rect.right() - chunkWidth - renderProgress->animationProgress() * option.r… in paintProgressBar()
892 …p.painter->fillRect(renderProgress->animationProgress() * option.rect.width(), 0, chunkWidth, opti… in paintProgressBar()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-248507 (WebCore::RenderProgress::animationProgress):
28813 (WebCore::RenderProgress::animationProgress):