Searched refs:isPaused (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp61 bool SMILTimeContainer::isPaused() const { return false; } function in class:WebCore::SMILTimeContainer
91 return m_beginTime && !isPaused();
94 bool SMILTimeContainer::isPaused() const function in class:WebCore::SMILTimeContainer
110 ASSERT(!isPaused());
119 ASSERT(isPaused());
127 if (!m_beginTime || isPaused())
215 ASSERT(!isPaused());
H A DSMILTimeContainer.h57 bool isPaused() const;
/external/webkit/Source/WebCore/html/parser/
H A DHTMLDocumentParser.cpp170 if (isStopped() || m_treeBuilder->isPaused())
202 ASSERT(m_treeBuilder->isPaused());
218 if (m_treeBuilder->isPaused()) {
485 return m_treeBuilder->isPaused();
491 ASSERT(!m_treeBuilder->isPaused());
531 ASSERT(m_treeBuilder->isPaused());
557 ASSERT(m_treeBuilder->isPaused());
H A DHTMLTreeBuilder.h73 bool isPaused() const { return m_isPaused; } function in class:WebCore::HTMLTreeBuilder
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptDebugServer.cpp148 if (isPaused())
181 if (isPaused())
189 ASSERT(isPaused());
198 ASSERT(isPaused());
207 ASSERT(isPaused());
220 if (!isPaused())
284 if (isPaused())
368 bool ScriptDebugServer::isPaused() function in class:WebCore::ScriptDebugServer
H A DScriptDebugServer.h108 bool isPaused();
H A DScriptController.h160 bool isPaused() const { return m_paused; } function in class:WebCore::ScriptController
H A DWorkerScriptDebugServer.cpp137 } while (result == MessageQueueMessageReceived && isPaused());
/external/webkit/Source/WebCore/bindings/
H A DScriptControllerBase.cpp55 if (!canExecuteScripts(AboutToExecuteScript) || isPaused())
/external/webkit/Source/WebCore/bindings/js/
H A DJSLazyEventListener.cpp87 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
H A DJSEventListener.cpp92 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
H A DScriptController.h123 bool isPaused() const { return m_paused; } function in class:WebCore::ScriptController
H A DScriptController.cpp498 if (!canExecuteScripts(AboutToExecuteScript) || isPaused())
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h560 bool isPaused() const { return m_isPaused; } function in class:android::WebViewCore
561 void setIsPaused(bool isPaused) { m_isPaused = isPaused; } argument
H A DWebViewCore.cpp4467 static void SetIsPaused(JNIEnv* env, jobject obj, jboolean isPaused) argument
4472 GET_NATIVE_VIEW(env, obj)->setIsPaused(isPaused);
/external/webkit/Source/WebCore/svg/
H A DSVGSVGElement.cpp539 if (!m_timeContainer->isPaused())
545 if (m_timeContainer->isPaused())
551 return m_timeContainer->isPaused();
H A DSVGDocumentExtensions.cpp132 if (!container || container->isPaused())
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp135 return webViewCore->isPaused();
/external/replicaisland/src/com/replica/replicaisland/
H A DAndouKun.java334 if (!mGame.isPaused()) {
344 if (!mGame.isPaused()) {
374 if (mGame.isPaused()) {
H A DGame.java550 public boolean isPaused() { method in class:Game

Completed in 982 milliseconds