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

  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.h 52 class MediaControlStatusDisplayElement;
109 MediaControlStatusDisplayElement* m_statusDisplay;
MediaControlElements.h 136 class MediaControlStatusDisplayElement : public MediaControlElement {
138 static PassRefPtr<MediaControlStatusDisplayElement> create(HTMLMediaElement*);
143 MediaControlStatusDisplayElement(HTMLMediaElement*);
MediaControlElements.cpp 228 inline MediaControlStatusDisplayElement::MediaControlStatusDisplayElement(HTMLMediaElement* mediaElement)
234 PassRefPtr<MediaControlStatusDisplayElement> MediaControlStatusDisplayElement::create(HTMLMediaElement* mediaElement)
236 RefPtr<MediaControlStatusDisplayElement> element = adoptRef(new MediaControlStatusDisplayElement(mediaElement));
241 void MediaControlStatusDisplayElement::update()
276 MediaControlElementType MediaControlStatusDisplayElement::displayType() const
281 const AtomicString& MediaControlStatusDisplayElement::shadowPseudoId() const
MediaControlRootElement.cpp 102 RefPtr<MediaControlStatusDisplayElement> statusDisplay = MediaControlStatusDisplayElement::create(mediaElement);

Completed in 508 milliseconds