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

  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 160 virtual String formatMediaControlsRemainingTime(float currentTime, float duration) const;
RenderThemeQt.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderTheme.h 192 virtual String formatMediaControlsRemainingTime(float currentTime, float duration) const;
RenderTheme.cpp 512 String RenderTheme::formatMediaControlsRemainingTime(float currentTime, float duration) const
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 355 m_timeRemainingDisplay->setInnerText(page->theme()->formatMediaControlsRemainingTime(now, duration), ec);

Completed in 177 milliseconds