HomeSort by relevance Sort by last modified time
    Searched refs:isPaused (Results 1 - 21 of 21) sorted by null

  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp 61 bool SMILTimeContainer::isPaused() const { return false; }
91 return m_beginTime && !isPaused();
94 bool SMILTimeContainer::isPaused() const
110 ASSERT(!isPaused());
119 ASSERT(isPaused());
127 if (!m_beginTime || isPaused())
215 ASSERT(!isPaused());
SMILTimeContainer.h 56 bool isPaused() const;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaPlayerApiTest.java 154 boolean isPaused = CodecTest.pause(MediaNames.MP3CBR);
155 assertTrue("MP3CBR Pause", isPaused);
160 boolean isPaused = CodecTest.pause(MediaNames.MP3VBR);
161 assertTrue("MP3VBR Pause", isPaused);
166 boolean isPaused = CodecTest.pause(MediaNames.MIDI);
167 assertTrue("MIDI Pause", isPaused);
173 boolean isPaused = CodecTest.pause(MediaNames.WMA9);
174 assertTrue("WMA9 Pause", isPaused);
180 boolean isPaused = CodecTest.pause(MediaNames.AMR);
181 assertTrue("AMR Pause", isPaused);
    [all...]
  /external/webkit/WebCore/bindings/
ScriptControllerBase.cpp 51 if (!canExecuteScripts() || isPaused())
  /external/webkit/WebCore/bindings/v8/
ScriptController.h 152 bool isPaused() const { return m_paused; }
  /packages/apps/Gallery3D/src/com/cooliris/app/
App.java 93 public boolean isPaused() {
  /external/webkit/WebKit/android/jni/
WebViewCore.h 486 bool isPaused() const { return m_isPaused; }
487 void setIsPaused(bool isPaused) { m_isPaused = isPaused; }
  /external/webkit/WebCore/bindings/js/
JSLazyEventListener.cpp 96 if (!script->canExecuteScripts() || script->isPaused())
JSEventListener.cpp 86 if (!script->canExecuteScripts() || script->isPaused())
ScriptController.h 120 bool isPaused() const { return m_paused; }
ScriptController.cpp 447 if (!canExecuteScripts() || isPaused())
  /external/webkit/WebCore/svg/
SVGDocumentExtensions.cpp 94 if (!container || container->isPaused())
SVGSVGElement.cpp 500 if (!m_timeContainer->isPaused())
506 if (m_timeContainer->isPaused())
512 return m_timeContainer->isPaused();
  /external/webkit/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 135 return webViewCore->isPaused();
  /prebuilt/common/swing-worker/
swing-worker-1.1.jar 
  /packages/apps/Gallery3D/src/com/cooliris/media/
Gallery.java 203 if (mApp.isPaused()) {
MediaFeed.java 503 if (mContext != null && !App.get(mContext).isPaused()) {
582 if (app == null || app.isPaused())
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 492 bool isPaused() const {
    [all...]
AudioFlinger.cpp     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/cache/
CacheService.java 511 if (!App.get(context).isPaused()) {
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 399 milliseconds