Home
last modified time | relevance | path

Searched refs:m_overlayPlayButton (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp54 , m_overlayPlayButton(nullptr) in MediaControls()
92 m_overlayPlayButton = overlayPlayButton.get(); in initializeControls()
217 if (m_overlayPlayButton) in show()
218 m_overlayPlayButton->updateDisplayType(); in show()
231 if (m_overlayPlayButton) in hide()
232 m_overlayPlayButton->hide(); in hide()
303 if (m_overlayPlayButton) in updatePlayState()
304 m_overlayPlayButton->updateDisplayType(); in updatePlayState()
524 if (m_overlayPlayButton) in createTextTrackDisplay()
525 m_overlayEnclosure->insertBefore(textDisplayContainer.release(), m_overlayPlayButton); in createTextTrackDisplay()
[all …]
DMediaControls.h122 RawPtrWillBeMember<MediaControlOverlayPlayButtonElement> m_overlayPlayButton; variable