Home | History | Annotate | Download | only in html

Lines Matching refs:hasAudio

1999 bool HTMLMediaElement::hasAudio() const
2001 return webMediaPlayer() && webMediaPlayer()->hasAudio();
3440 return (hasAudio() && isPlaying()) || m_asyncEventQueue->hasPendingEvents();
3940 if (hasAudio() && !audioTracks().length())