HomeSort by relevance Sort by last modified time
    Searched full:timelinecontainer (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 109 RefPtr<MediaControlTimelineContainerElement> timelineContainer = MediaControlTimelineContainerElement::create(mediaElement);
113 timelineContainer->appendChild(currentTimeDisplay.release(), ec, true);
119 timelineContainer->appendChild(timeline.release(), ec, true);
125 timelineContainer->appendChild(timeRemainingDisplay.release(), ec, true);
129 controls->m_timelineContainer = timelineContainer.get();
130 panel->appendChild(timelineContainer.release(), ec, true);

Completed in 1837 milliseconds