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

1 2

  /external/webkit/Source/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 57 bool isPaused() const;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/
MediaPlayerApiTest.java 140 boolean isPaused = CodecTest.pause(MediaNames.MP3CBR);
141 assertTrue("MP3CBR Pause", isPaused);
146 boolean isPaused = CodecTest.pause(MediaNames.MP3VBR);
147 assertTrue("MP3VBR Pause", isPaused);
152 boolean isPaused = CodecTest.pause(MediaNames.MIDI);
153 assertTrue("MIDI Pause", isPaused);
158 boolean isPaused = CodecTest.pause(MediaNames.AMR);
159 assertTrue("AMR Pause", isPaused);
164 boolean isPaused = CodecTest.pause(MediaNames.OGG);
165 assertTrue("OGG Pause", isPaused);
    [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 166 if (isStopped() || m_treeBuilder->isPaused())
198 ASSERT(m_treeBuilder->isPaused());
214 if (m_treeBuilder->isPaused()) {
471 return m_treeBuilder->isPaused();
477 ASSERT(!m_treeBuilder->isPaused());
517 ASSERT(m_treeBuilder->isPaused());
543 ASSERT(m_treeBuilder->isPaused());
HTMLTreeBuilder.h 73 bool isPaused() const { return m_isPaused; }
  /external/webkit/Source/WebCore/bindings/v8/
ScriptDebugServer.cpp 148 if (isPaused())
181 if (isPaused())
189 ASSERT(isPaused());
198 ASSERT(isPaused());
207 ASSERT(isPaused());
220 if (!isPaused())
284 if (isPaused())
368 bool ScriptDebugServer::isPaused()
ScriptDebugServer.h 108 bool isPaused();
ScriptController.h 160 bool isPaused() const { return m_paused; }
WorkerScriptDebugServer.cpp 137 } while (result == MessageQueueMessageReceived && isPaused());
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 55 if (!canExecuteScripts(AboutToExecuteScript) || isPaused())
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
Scheduler.java 26 public boolean isPaused() {
  /external/webkit/Source/WebCore/bindings/js/
JSLazyEventListener.cpp 87 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
JSEventListener.cpp 92 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
ScriptController.h 123 bool isPaused() const { return m_paused; }
ScriptController.cpp 498 if (!canExecuteScripts(AboutToExecuteScript) || isPaused())
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTest.java 92 assertThat(Robolectric.getBackgroundScheduler().isPaused(), equalTo(false));
98 assertThat(Robolectric.getBackgroundScheduler().isPaused(), equalTo(false));
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 77 private boolean isPaused = false;
81 isPaused = true;
87 isPaused = false;
111 if (!isPaused) {
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcTag.java 76 private boolean isPaused = false;
80 isPaused = true;
86 isPaused = false;
110 if (!isPaused) {
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 539 if (!m_timeContainer->isPaused())
545 if (m_timeContainer->isPaused())
551 return m_timeContainer->isPaused();
SVGDocumentExtensions.cpp 132 if (!container || container->isPaused())
  /frameworks/av/services/audioflinger/
PlaybackTracks.h 81 bool isPaused() const { return mState == PAUSED; }
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 182 public boolean isPaused();
WebView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 334 if (!mGame.isPaused()) {
344 if (!mGame.isPaused()) {
374 if (mGame.isPaused()) {

Completed in 723 milliseconds

1 2