isPaused          170 Source/bindings/v8/ScriptDebugServer.cpp     if (isPaused())
isPaused          206 Source/bindings/v8/ScriptDebugServer.cpp     if (isPaused())
isPaused          213 Source/bindings/v8/ScriptDebugServer.cpp     ASSERT(isPaused());
isPaused          222 Source/bindings/v8/ScriptDebugServer.cpp     ASSERT(isPaused());
isPaused          264 Source/bindings/v8/ScriptDebugServer.cpp     if (!isPaused())
isPaused          294 Source/bindings/v8/ScriptDebugServer.cpp             if (!preview && isPaused())
isPaused          390 Source/bindings/v8/ScriptDebugServer.cpp     if (isPaused())
isPaused           92 Source/bindings/v8/ScriptDebugServer.h     bool isPaused();
isPaused          102 Source/bindings/v8/WorkerScriptDebugServer.cpp     } while (result == MessageQueueMessageReceived && isPaused());
isPaused          206 Source/core/animation/css/CSSAnimations.cpp const PassRefPtr<TimingFunction> timingFromAnimationData(const CSSAnimationData* animationData, Timing& timing, bool& isPaused)
isPaused          265 Source/core/animation/css/CSSAnimations.cpp     isPaused = animationData->isPlayStateSet() && animationData->playState() == AnimPlayStatePaused;
isPaused          342 Source/core/animation/css/CSSAnimations.cpp             bool isPaused;
isPaused          343 Source/core/animation/css/CSSAnimations.cpp             RefPtr<TimingFunction> keyframeTimingFunction = timingFromAnimationData(animationData, timing, isPaused);
isPaused          348 Source/core/animation/css/CSSAnimations.cpp                 update->startAnimation(animationName, InertAnimation::create(AnimatableValueKeyframeEffectModel::create(resolvedKeyframes), timing, isPaused));
isPaused          487 Source/core/animation/css/CSSAnimations.cpp     bool isPaused;
isPaused          488 Source/core/animation/css/CSSAnimations.cpp     RefPtr<TimingFunction> timingFunction = timingFromAnimationData(anim, timing, isPaused);
isPaused          489 Source/core/animation/css/CSSAnimations.cpp     ASSERT(!isPaused);
isPaused          509 Source/core/animation/css/CSSAnimations.cpp     update->startTransition(id, eventId, from.get(), to.get(), InertAnimation::create(effect, timing, isPaused));
isPaused          252 Source/core/inspector/InspectorDebuggerAgent.cpp     return scriptDebugServer().isPaused();
isPaused          441 Source/core/inspector/InspectorDebuggerAgent.cpp     if (!isPaused() || m_currentCallStack.hasNoValue()) {
isPaused          619 Source/core/inspector/InspectorDebuggerAgent.cpp     if (!isPaused() || m_currentCallStack.hasNoValue()) {
isPaused          845 Source/core/inspector/InspectorDebuggerAgent.cpp     if (!isPaused() || m_currentCallStack.hasNoValue()) {
isPaused          916 Source/core/inspector/InspectorDebuggerAgent.cpp     if (!isPaused() || m_currentCallStack.hasNoValue()) {
isPaused         1014 Source/core/inspector/InspectorDebuggerAgent.cpp         if (!isPaused() || m_currentCallStack.hasNoValue()) {
isPaused           94 Source/core/inspector/InspectorDebuggerAgent.h     bool isPaused();
isPaused           94 Source/core/inspector/InspectorInstrumentation.cpp         return debuggerAgent->isPaused();
isPaused          570 Source/core/svg/SVGSVGElement.cpp     if (!m_timeContainer->isPaused())
isPaused          576 Source/core/svg/SVGSVGElement.cpp     if (m_timeContainer->isPaused())
isPaused          582 Source/core/svg/SVGSVGElement.cpp     return m_timeContainer->isPaused();
isPaused          142 Source/core/svg/animation/SMILTimeContainer.cpp     if (isPaused())
isPaused          190 Source/core/svg/animation/SMILTimeContainer.cpp     ASSERT(!isPaused());
isPaused          202 Source/core/svg/animation/SMILTimeContainer.cpp     ASSERT(isPaused());
isPaused          248 Source/core/svg/animation/SMILTimeContainer.cpp     return m_beginTime && !isPaused();
isPaused           57 Source/core/svg/animation/SMILTimeContainer.h     bool isPaused() const;