Searched refs:m_overlayPlayButton (Results 1 – 2 of 2) sorted by relevance
54 , 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 …]
122 RawPtrWillBeMember<MediaControlOverlayPlayButtonElement> m_overlayPlayButton; variable