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

  /external/webkit/WebCore/rendering/
RenderTheme.h 178 virtual String formatMediaControlsTime(float time) const;
RenderTheme.cpp 444 String RenderTheme::formatMediaControlsTime(float time) const
464 return formatMediaControlsTime(currentTime);
469 return formatMediaControlsTime(currentTime - duration);
    [all...]

Completed in 21 milliseconds