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

  /external/webkit/WebCore/rendering/
RenderTheme.h 180 virtual String formatMediaControlsRemainingTime(float currentTime, float duration) const;
RenderMedia.cpp 423 m_timeRemainingDisplay->setInnerText(theme()->formatMediaControlsRemainingTime(now, duration), ec);
RenderTheme.cpp 467 String RenderTheme::formatMediaControlsRemainingTime(float currentTime, float duration) const
    [all...]

Completed in 36 milliseconds