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

  /external/webkit/WebCore/bindings/v8/
ScriptController.h 152 bool isPaused() const { return m_paused; }
  /external/webkit/WebCore/bindings/js/
ScriptController.h 120 bool isPaused() const { return m_paused; }
  /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());
  /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; }
  /packages/apps/Nfc/src/com/android/nfc/
NativeNfcTag.java 59 private boolean isPaused = false;
63 isPaused = true;
69 isPaused = false;
93 if (!isPaused) {
  /frameworks/base/services/audioflinger/
AudioFlinger.h 492 bool isPaused() const {
    [all...]
  /prebuilt/common/swing-worker/
swing-worker-1.1.jar 
  /frameworks/base/core/java/android/webkit/
WebView.java     [all...]

Completed in 1620 milliseconds