Searched refs:animationRepeatIntervalForProgressBar (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderProgress.cpp86 m_animationRepeatInterval = theme()->animationRepeatIntervalForProgressBar(this);
H A DRenderThemeChromiumWin.h93 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
H A DRenderThemeChromiumSkia.h114 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
H A DRenderTheme.h177 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
H A DRenderThemeMac.h91 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
H A DRenderThemeChromiumSkia.cpp574 double RenderThemeChromiumSkia::animationRepeatIntervalForProgressBar(RenderProgress*) const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderTheme.cpp957 double RenderTheme::animationRepeatIntervalForProgressBar(RenderProgress*) const function in class:WebCore::RenderTheme
H A DRenderThemeChromiumWin.cpp756 double RenderThemeChromiumWin::animationRepeatIntervalForProgressBar(RenderProgress*) const function in class:WebCore::RenderThemeChromiumWin
H A DRenderThemeMac.mm919 double RenderThemeMac::animationRepeatIntervalForProgressBar(RenderProgress*) const
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h165 virtual double animationRepeatIntervalForProgressBar(RenderProgress*) const;
H A DRenderThemeGtk.cpp634 double RenderThemeGtk::animationRepeatIntervalForProgressBar(RenderProgress*) const function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h143 virtual double animationRepeatIntervalForProgressBar(RenderProgress* renderProgress) const;
H A DRenderThemeQt.cpp832 double RenderThemeQt::animationRepeatIntervalForProgressBar(RenderProgress* renderProgress) const function in class:WebCore::RenderThemeQt
851 return (option.rect.width() / qStyle()->pixelMetric(QStyle::PM_ProgressBarChunkWidth, &option)) * animationRepeatIntervalForProgressBar(renderProgress);

Completed in 71 milliseconds