Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderProgress.cpp82 m_animationRepeatInterval = RenderTheme::theme().animationRepeatIntervalForProgressBar(this); in updateAnimationState()
DRenderThemeChromiumWin.h83 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const OVERRIDE;
DRenderThemeChromiumSkia.h116 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
DRenderThemeChromiumMac.h85 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const OVERRIDE;
DRenderTheme.h171 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
DRenderThemeChromiumSkia.cpp453 double RenderThemeChromiumSkia::animationRepeatIntervalForProgressBar(RenderProgress*) const in animationRepeatIntervalForProgressBar() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumWin.cpp618 double RenderThemeChromiumWin::animationRepeatIntervalForProgressBar(RenderProgress*) const in animationRepeatIntervalForProgressBar() function in WebCore::RenderThemeChromiumWin
DRenderTheme.cpp984 double RenderTheme::animationRepeatIntervalForProgressBar(RenderProgress*) const in animationRepeatIntervalForProgressBar() function in WebCore::RenderTheme
DRenderThemeChromiumMac.mm1043 double RenderThemeChromiumMac::animationRepeatIntervalForProgressBar(RenderProgress*) const