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.cpp437 bool captionsVisible = mediaController()->closedCaptionsVisible(); in updateDisplayType() local
438 setDisplayType(captionsVisible ? MediaHideClosedCaptionsButton : MediaShowClosedCaptionsButton); in updateDisplayType()
439 setChecked(captionsVisible); in updateDisplayType()