Home
last modified time | relevance | path

Searched defs:isPaused (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp61 bool SMILTimeContainer::isPaused() const { return false; } in isPaused() function in WebCore::SMILTimeContainer
94 bool SMILTimeContainer::isPaused() const in isPaused() function in WebCore::SMILTimeContainer
/external/webkit/Source/WebCore/bindings/v8/
DScriptController.h160 bool isPaused() const { return m_paused; } in isPaused() function
DScriptDebugServer.cpp368 bool ScriptDebugServer::isPaused() in isPaused() function in WebCore::ScriptDebugServer
/external/webkit/Source/WebCore/bindings/js/
DScriptController.h123 bool isPaused() const { return m_paused; } in isPaused() function
/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.h73 bool isPaused() const { return m_isPaused; } in isPaused() function
/external/replicaisland/src/com/replica/replicaisland/
DGame.java550 public boolean isPaused() { in isPaused() method in Game
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp649 void setDrawingPaused(bool isPaused) in setDrawingPaused()