Home | History | Annotate | Download | only in html

Lines Matching defs:playbackRate

801     // 5 - Set the playbackRate attribute to the value of the defaultPlaybackRate attribute.
2170 double HTMLMediaElement::playbackRate() const
2190 return m_mediaController ? m_mediaController->playbackRate() : m_playbackRate;