Searched defs:closedCaptionsVisible (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp551 void MediaPlayer::setClosedCaptionsVisible(bool closedCaptionsVisible) argument
553 m_private->setClosedCaptionsVisible(closedCaptionsVisible);
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp2629 bool HTMLMediaElement::closedCaptionsVisible() const function in class:WebCore::HTMLMediaElement
2654 return closedCaptionsVisible();

Completed in 73 milliseconds