Lines Matching full:pause
273 pause(processingUserGesture());
471 m_player->pause();
1158 void HTMLMediaElement::pause(bool isUserGesture)
1253 // We can safely call the internal play/pause methods, which don't check restrictions, because
1266 // when the slider is dragged from the end to another position unless we pause first. Do
1267 // a "hard pause" so an event is generated, since we want to stay paused after scrubbing finishes.
1268 pause(processingUserGesture());
1270 // Not at the end but we still want to pause playback so the media engine doesn't try to
1271 // continue playing during scrubbing. Pause without generating an event as we will
1657 m_player->pause();
1672 m_player->pause();