Home | History | Annotate | Download | only in webkit

Lines Matching refs:PAUSE

57     private static final int PAUSE               = 102;
133 // When a WebView is paused, we also want to pause the video in it.
185 // we need to pause the old one and re-create a new media player
231 public static void pause(HTML5VideoViewProxy proxy) {
233 mHTML5VideoView.pause();
332 case PAUSE: {
333 VideoPlayer.pause(this);
628 * Pause the playback.
630 public void pause() {
631 Message message = obtainMessage(PAUSE);