Home
last modified time | relevance | path

Searched refs:hasClosedCaptions (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaControllerInterface.h75 virtual bool hasClosedCaptions() const = 0;
DMediaController.h94 virtual bool hasClosedCaptions() const;
DMediaController.cpp578 bool MediaController::hasClosedCaptions() const in hasClosedCaptions() function in MediaController
581 if (m_mediaElements[index]->hasClosedCaptions()) in hasClosedCaptions()
DHTMLMediaElement.h251 bool hasClosedCaptions() const;
DHTMLMediaElement.cpp3490 bool HTMLMediaElement::hasClosedCaptions() const in hasClosedCaptions() function in WebCore::HTMLMediaElement
3524 if (!m_player || !hasClosedCaptions()) in setClosedCaptionsVisible()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControls.cpp242 if (m_mediaController->hasClosedCaptions()) in refreshClosedCaptionsButtonVisibility()