Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DMediaControlElements.cpp359 bool captionsVisible = mediaElement().closedCaptionsVisible(); in updateDisplayType() local
360 setDisplayType(captionsVisible ? MediaHideClosedCaptionsButton : MediaShowClosedCaptionsButton); in updateDisplayType()
361 setChecked(captionsVisible); in updateDisplayType()