Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:FullscreenVideoController

35 FullscreenVideoController::FullscreenVideoController()
44 FullscreenVideoController::~FullscreenVideoController()
49 void FullscreenVideoController::setMediaElement(HTMLMediaElement* mediaElement)
61 void FullscreenVideoController::showHud(bool autoHide)
66 void FullscreenVideoController::hideHud()
71 void FullscreenVideoController::enterFullscreen()
76 void FullscreenVideoController::updateHudPosition()
81 void FullscreenVideoController::exitOnUserRequest()
86 void FullscreenVideoController::exitFullscreen()
91 bool FullscreenVideoController::canPlay() const
97 void FullscreenVideoController::play()
102 void FullscreenVideoController::pause()
107 void FullscreenVideoController::playStateChanged()
112 void FullscreenVideoController::togglePlay()
117 float FullscreenVideoController::volume() const
123 bool FullscreenVideoController::muted() const
129 void FullscreenVideoController::setVolume(float volume)
134 void FullscreenVideoController::volumeChanged()
139 void FullscreenVideoController::muteChanged()
144 float FullscreenVideoController::currentTime() const
150 void FullscreenVideoController::setCurrentTime(float value)
155 float FullscreenVideoController::duration() const
161 float FullscreenVideoController::percentLoaded() const
167 void FullscreenVideoController::beginSeek()
172 void FullscreenVideoController::doSeek()
177 void FullscreenVideoController::endSeek()
182 bool FullscreenVideoController::updateHudProgressBar()
188 void FullscreenVideoController::createHud()