Home | History | Annotate | Download | only in html

Lines Matching full:play

1123 void HTMLMediaElement::play(bool isUserGesture)
1253 // We can safely call the internal play/pause methods, which don't check restrictions, because
1665 // Set rate before calling play in case the rate was set before the media engine wasn't setup.
1668 m_player->play();