Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.h239 class MediaControlCurrentTimeDisplayElement FINAL : public MediaControlTimeDisplayElement {
241 static PassRefPtr<MediaControlCurrentTimeDisplayElement> create(Document&);
244 explicit MediaControlCurrentTimeDisplayElement(Document&);
DMediaControlElements.cpp625 MediaControlCurrentTimeDisplayElement::MediaControlCurrentTimeDisplayElement(Document& document) in MediaControlCurrentTimeDisplayElement() function in WebCore::MediaControlCurrentTimeDisplayElement
630 PassRefPtr<MediaControlCurrentTimeDisplayElement> MediaControlCurrentTimeDisplayElement::create(Doc… in create()
632 return adoptRef(new MediaControlCurrentTimeDisplayElement(document)); in create()
641 const AtomicString& MediaControlCurrentTimeDisplayElement::pseudo() const in pseudo()
DMediaControlsChromium.cpp86 …RefPtr<MediaControlCurrentTimeDisplayElement> currentTimeDisplay = MediaControlCurrentTimeDisplayE… in initializeControls()
DMediaControls.h112 MediaControlCurrentTimeDisplayElement* m_currentTimeDisplay;