Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/shadow/
DMediaControlRootElement.cpp109 …RefPtr<MediaControlTimelineContainerElement> timelineContainer = MediaControlTimelineContainerElem… in create() local
113 timelineContainer->appendChild(currentTimeDisplay.release(), ec, true); in create()
119 timelineContainer->appendChild(timeline.release(), ec, true); in create()
125 timelineContainer->appendChild(timeRemainingDisplay.release(), ec, true); in create()
129 controls->m_timelineContainer = timelineContainer.get(); in create()
130 panel->appendChild(timelineContainer.release(), ec, true); in create()