Searched refs:formatMediaControlsTime (Results 1 – 9 of 9) sorted by relevance
45 static String formatMediaControlsTime(float time);
99 virtual String formatMediaControlsTime(float time) const;
335 String RenderThemeChromiumSkia::formatMediaControlsTime(float time) const in formatMediaControlsTime() function in WebCore::RenderThemeChromiumSkia337 return RenderMediaControls::formatMediaControlsTime(time); in formatMediaControlsTime()
188 virtual String formatMediaControlsTime(float time) const;
179 virtual String formatMediaControlsTime(float time) const;
442 String RenderMediaControls::formatMediaControlsTime(float time) in formatMediaControlsTime() function in WebCore::RenderMediaControls
480 String RenderTheme::formatMediaControlsTime(float time) const in formatMediaControlsTime() function in WebCore::RenderTheme500 return formatMediaControlsTime(currentTime); in formatMediaControlsCurrentTime()
1985 String RenderThemeChromiumMac::formatMediaControlsTime(float time) const1987 return RenderMediaControls::formatMediaControlsTime(time);
159 …m_durationDisplay->setInnerText(RenderTheme::theme().formatMediaControlsTime(duration), ASSERT_NO_… in reset()