Home
last modified time | relevance | path

Searched refs:currentTimeDisplay (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityMediaControls.cpp310 DEFINE_STATIC_LOCAL(const String, currentTimeDisplay, ("CurrentTimeDisplay")); in accessibilityDescription()
314 return localizedMediaControlElementString(currentTimeDisplay); in accessibilityDescription()
/external/webkit/Source/WebCore/html/shadow/
DMediaControlRootElement.cpp111 …RefPtr<MediaControlCurrentTimeDisplayElement> currentTimeDisplay = MediaControlCurrentTimeDisplayE… in create() local
112 controls->m_currentTimeDisplay = currentTimeDisplay.get(); in create()
113 timelineContainer->appendChild(currentTimeDisplay.release(), ec, true); in create()