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

  /external/webkit/Source/WebCore/accessibility/
AccessibilityMediaControls.cpp 114 DEFINE_STATIC_LOCAL(const String, mediaCurrentTimeDisplay, ("CurrentTimeDisplay"));
310 DEFINE_STATIC_LOCAL(const String, currentTimeDisplay, ("CurrentTimeDisplay"));
314 return localizedMediaControlElementString(currentTimeDisplay);
  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 111 RefPtr<MediaControlCurrentTimeDisplayElement> currentTimeDisplay = MediaControlCurrentTimeDisplayElement::create(mediaElement);
112 controls->m_currentTimeDisplay = currentTimeDisplay.get();
113 timelineContainer->appendChild(currentTimeDisplay.release(), ec, true);

Completed in 2020 milliseconds