OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_toggleClosedCaptionsButton
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControls.cpp
46
,
m_toggleClosedCaptionsButton
(0)
74
if (
m_toggleClosedCaptionsButton
)
75
m_toggleClosedCaptionsButton
->setMediaController(controller);
133
if (
m_toggleClosedCaptionsButton
&& !RenderTheme::theme().hasOwnDisabledStateHandlingFor(MediaToggleClosedCaptionsButtonPart))
134
m_toggleClosedCaptionsButton
->hide();
233
if (
m_toggleClosedCaptionsButton
)
234
m_toggleClosedCaptionsButton
->updateDisplayType();
239
if (!
m_toggleClosedCaptionsButton
)
243
m_toggleClosedCaptionsButton
->show();
245
m_toggleClosedCaptionsButton
->hide()
[
all
...]
MediaControls.h
116
MediaControlToggleClosedCaptionsButtonElement*
m_toggleClosedCaptionsButton
;
MediaControlsChromium.cpp
114
m_toggleClosedCaptionsButton
= toggleClosedCaptionsButton.get();
Completed in 20 milliseconds