HomeSort by relevance Sort by last modified time
    Searched refs:formatMediaControlsCurrentTime (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderTheme.h 179 virtual String formatMediaControlsCurrentTime(float currentTime, float duration) const;
RenderMedia.cpp 421 m_currentTimeDisplay->setInnerText(theme()->formatMediaControlsCurrentTime(now, duration), ec);
RenderTheme.cpp 462 String RenderTheme::formatMediaControlsCurrentTime(float currentTime, float /*duration*/) const
    [all...]

Completed in 166 milliseconds