Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderProgress.cpp81 m_animationDuration = RenderTheme::theme().animationDurationForProgressBar(this); in updateAnimationState()
DRenderThemeChromiumWin.h84 virtual double animationDurationForProgressBar(RenderProgress*) const OVERRIDE;
DRenderThemeChromiumSkia.h117 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderThemeChromiumMac.h87 virtual double animationDurationForProgressBar(RenderProgress*) const OVERRIDE;
DRenderTheme.h173 virtual double animationDurationForProgressBar(RenderProgress*) const;
DRenderThemeChromiumSkia.cpp458 double RenderThemeChromiumSkia::animationDurationForProgressBar(RenderProgress* renderProgress) con… in animationDurationForProgressBar() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumWin.cpp623 double RenderThemeChromiumWin::animationDurationForProgressBar(RenderProgress* renderProgress) const in animationDurationForProgressBar() function in WebCore::RenderThemeChromiumWin
DRenderTheme.cpp989 double RenderTheme::animationDurationForProgressBar(RenderProgress*) const in animationDurationForProgressBar() function in WebCore::RenderTheme
DRenderThemeChromiumMac.mm1048 double RenderThemeChromiumMac::animationDurationForProgressBar(RenderProgress*) const