HomeSort by relevance Sort by last modified time
    Searched refs:m_toggleClosedCaptionsButton (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/shadow/
MediaControlRootElement.cpp 53 , m_toggleClosedCaptionsButton(0)
152 controls->m_toggleClosedCaptionsButton = toggleClosedCaptionsButton.get();
303 if (m_toggleClosedCaptionsButton) {
305 m_toggleClosedCaptionsButton->show();
307 m_toggleClosedCaptionsButton->hide();
375 if (m_toggleClosedCaptionsButton && !page->theme()->hasOwnDisabledStateHandlingFor(MediaToggleClosedCaptionsButtonPart))
376 m_toggleClosedCaptionsButton->hide();
395 if (m_toggleClosedCaptionsButton)
396 m_toggleClosedCaptionsButton->updateDisplayType();
MediaControlRootElement.h 116 MediaControlToggleClosedCaptionsButtonElement* m_toggleClosedCaptionsButton;

Completed in 33 milliseconds