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

  /external/webkit/WebCore/rendering/
RenderMedia.cpp 132 if (m_currentTimeDisplay)
133 m_currentTimeDisplay->updateStyle();
155 if (m_currentTimeDisplay && m_timeRemainingDisplay) {
157 m_currentTimeDisplay->setVisible(shouldShowTimeDisplays);
274 ASSERT(!m_currentTimeDisplay);
275 m_currentTimeDisplay = new MediaControlTimeDisplayElement(document(), MEDIA_CONTROLS_CURRENT_TIME_DISPLAY, mediaElement());
276 m_currentTimeDisplay->attachToParent(m_timelineContainer.get());
314 m_currentTimeDisplay = 0;
379 if (m_currentTimeDisplay)
380 m_currentTimeDisplay->update()
    [all...]
RenderMedia.h 135 RefPtr<MediaControlTimeDisplayElement> m_currentTimeDisplay;

Completed in 495 milliseconds