Searched refs:hasClosedCaptions (Results 1 – 6 of 6) sorted by relevance
75 virtual bool hasClosedCaptions() const = 0;
94 virtual bool hasClosedCaptions() const;
578 bool MediaController::hasClosedCaptions() const in hasClosedCaptions() function in MediaController581 if (m_mediaElements[index]->hasClosedCaptions()) in hasClosedCaptions()
251 bool hasClosedCaptions() const;
3490 bool HTMLMediaElement::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::HTMLMediaElement3524 if (!m_player || !hasClosedCaptions()) in setClosedCaptionsVisible()
242 if (m_mediaController->hasClosedCaptions()) in refreshClosedCaptionsButtonVisibility()