Searched defs:isPlaying (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
H A DAudioDestinationChromium.h53 bool isPlaying() { return m_isPlaying; } function in class:WebCore::AudioDestinationChromium
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DSoundHandleJme.java105 public boolean isPlaying() { method in class:SoundHandleJme
/external/chromium_org/chrome/browser/resources/file_manager/js/media/
H A Dplayer_testapi.js31 isPlaying: function() {
32 playerTestAPI.respond_(playerTestAPI.getControls_().isPlaying());
H A Dmedia_controls.js149 MediaControls.prototype.isPlaying = function() {
157 if (this.isPlaying())
249 this.resumeAfterDrag_ = this.isPlaying();
258 this.updatePlayButtonState_(this.isPlaying());
349 this.onMediaPlay_(this.isPlaying());
500 play: this.isPlaying(),
1031 this.stateIcon_.setAttribute('state', this.isPlaying() ? 'play' : 'pause');
1058 if (!this.isPlaying())
1110 if (this.isPlaying()) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
H A Dcommon.js18 var isPlaying = false; variable
62 isPlaying = false;
87 isPlaying = false;
96 isPlaying = true;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java71 public boolean isPlaying() { method in class:ShadowMediaPlayer
H A DShadowVideoView.java87 public boolean isPlaying() { method in class:ShadowVideoView
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaPlayerBridge.java58 protected boolean isPlaying() { method in class:MediaPlayerBridge
59 return getLocalPlayer().isPlaying();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentVideoView.java340 mCurrentState = isPlaying() ? STATE_PLAYING : STATE_PAUSED;
344 if (isPlaying())
448 if (isPlaying()) {
457 if (!isPlaying()) {
464 if (isPlaying()) {
506 if (isPlaying()) {
549 public boolean isPlaying() { method in class:ContentVideoView
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.h269 bool isPlaying() const { return m_playing; } function in class:WebCore::HTMLMediaElement

Completed in 364 milliseconds