Home
last modified time | relevance | path

Searched refs:animationDurationForProgressBar (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderProgress.cpp85 m_animationDuration = theme()->animationDurationForProgressBar(this); in updateAnimationState()
DRenderThemeChromiumWin.h94 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderThemeChromiumSkia.h115 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderThemeMac.h93 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderTheme.h179 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderThemeChromiumSkia.cpp579 double RenderThemeChromiumSkia::animationDurationForProgressBar(RenderProgress* renderProgress) con… in animationDurationForProgressBar() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumWin.cpp761 double RenderThemeChromiumWin::animationDurationForProgressBar(RenderProgress* renderProgress) const in animationDurationForProgressBar() function in WebCore::RenderThemeChromiumWin
DRenderTheme.cpp962 double RenderTheme::animationDurationForProgressBar(RenderProgress*) const in animationDurationForProgressBar() function in WebCore::RenderTheme
DRenderThemeMac.mm924 double RenderThemeMac::animationDurationForProgressBar(RenderProgress*) const
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.h145 virtual double animationDurationForProgressBar(RenderProgress* renderProgress) const;
DRenderThemeQt.cpp842 double RenderThemeQt::animationDurationForProgressBar(RenderProgress* renderProgress) const in animationDurationForProgressBar() function in WebCore::RenderThemeQt
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.h166 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderThemeGtk.cpp639 double RenderThemeGtk::animationDurationForProgressBar(RenderProgress*) const in animationDurationForProgressBar() function in WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/
DChangeLog-2010-05-243493 (WebCore::RenderThemeChromiumWin::animationDurationForProgressBar):
4683 (WebCore::RenderThemeChromiumWin::animationDurationForProgressBar):
8513 (WebCore::RenderThemeChromiumWin::animationDurationForProgressBar):
27163 (WebCore::RenderThemeMac::animationDurationForProgressBar):
28806 (WebCore::RenderThemeQt::animationDurationForProgressBar):
28820 (WebCore::RenderTheme::animationDurationForProgressBar):
DChangeLog-2011-02-1622476 (WebCore::RenderThemeGtk::animationDurationForProgressBar): Ditto.
29576 (WebCore::RenderThemeGtk::animationDurationForProgressBar):
29579 (WebCore::RenderThemeGtk::animationDurationForProgressBar):
DChangeLog-2010-12-06111838 (WebCore::RenderThemeGtk::animationDurationForProgressBar): Ditto.
129079 (WebCore::RenderThemeChromiumSkia::animationDurationForProgressBar):