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

  /external/webkit/WebCore/rendering/
RenderMedia.h 47 class MediaControlTimeDisplayElement;
135 RefPtr<MediaControlTimeDisplayElement> m_currentTimeDisplay;
136 RefPtr<MediaControlTimeDisplayElement> m_timeRemainingDisplay;
MediaControlElements.h 261 class MediaControlTimeDisplayElement : public MediaControlElement {
263 MediaControlTimeDisplayElement(Document*, PseudoId, HTMLMediaElement*);
MediaControlElements.cpp 702 MediaControlTimeDisplayElement::MediaControlTimeDisplayElement(Document* document, PseudoId pseudo, HTMLMediaElement* element)
709 PassRefPtr<RenderStyle> MediaControlTimeDisplayElement::styleForElement()
719 void MediaControlTimeDisplayElement::setVisible(bool visible)
734 void MediaControlTimeDisplayElement::setCurrentValue(float time)
RenderMedia.cpp 275 m_currentTimeDisplay = new MediaControlTimeDisplayElement(document(), MEDIA_CONTROLS_CURRENT_TIME_DISPLAY, mediaElement());
282 m_timeRemainingDisplay = new MediaControlTimeDisplayElement(document(), MEDIA_CONTROLS_TIME_REMAINING_DISPLAY, mediaElement());
  /external/webkit/WebCore/accessibility/
AccessibilityMediaControls.cpp 243 MediaControlTimeDisplayElement* element = static_cast<MediaControlTimeDisplayElement*>(m_renderer->node());
324 MediaControlTimeDisplayElement* element = static_cast<MediaControlTimeDisplayElement*>(m_renderer->node());

Completed in 81 milliseconds