Searched defs:isPaused (Results 1 – 8 of 8) sorted by relevance
61 bool SMILTimeContainer::isPaused() const { return false; } in isPaused() function in WebCore::SMILTimeContainer94 bool SMILTimeContainer::isPaused() const in isPaused() function in WebCore::SMILTimeContainer
160 bool isPaused() const { return m_paused; } in isPaused() function
368 bool ScriptDebugServer::isPaused() in isPaused() function in WebCore::ScriptDebugServer
26 public boolean isPaused() { in isPaused() method in Scheduler
123 bool isPaused() const { return m_paused; } in isPaused() function
73 bool isPaused() const { return m_isPaused; } in isPaused() function
550 public boolean isPaused() { in isPaused() method in Game
649 void setDrawingPaused(bool isPaused) in setDrawingPaused()