Home
last modified time | relevance | path

Searched refs:isPaused (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/angle/tests/angle_implementation_unit_tests/
DTransformFeedback_unittest.cpp83 EXPECT_EQ(GL_FALSE, mFeedback->isPaused()); in TEST_F()
86 EXPECT_EQ(GL_TRUE, mFeedback->isPaused()); in TEST_F()
89 EXPECT_EQ(GL_FALSE, mFeedback->isPaused()); in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCEAGLVideoView.m46 @property(nonatomic) BOOL isPaused; property
78 - (BOOL)isPaused { method
82 - (void)setIsPaused:(BOOL)isPaused {
83 _displayLink.paused = isPaused;
204 _timer.isPaused = NO;
208 _timer.isPaused = YES;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp147 if (isPaused()) in elapsed()
153 bool SMILTimeContainer::isPaused() const in isPaused() function in blink::SMILTimeContainer
197 ASSERT(!isPaused()); in pause()
209 ASSERT(isPaused()); in resume()
257 return m_beginTime && !isPaused(); in isTimelineRunning()
DSMILTimeContainer.h58 bool isPaused() const;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp173 ASSERT(!isPaused()); in setPauseOnNextStatement()
194 if (isPaused()) { in breakProgram()
218 if (isPaused()) in continueProgram()
226 ASSERT(isPaused()); in stepIntoStatement()
236 ASSERT(isPaused()); in stepOverStatement()
246 ASSERT(isPaused()); in stepOutOfFunction()
269 if (!isPaused()) in setScriptSource()
300 if (!preview && isPaused()) in setScriptSource()
325 ASSERT(isPaused()); in frameCount()
647 bool ScriptDebugServer::isPaused() in isPaused() function in blink::ScriptDebugServer
DWorkerScriptDebugServer.cpp105 } while (result == MessageQueueMessageReceived && isPaused()); in runMessageLoopOnPause()
DScriptDebugServer.h97 bool isPaused();
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
DUrlRequest.java69 public boolean isPaused(); in isPaused() method
DCronetUrlRequest.java42 public boolean isPaused() { in isPaused() method in CronetUrlRequest
/external/chromium_org/third_party/angle/src/libGLESv2/
DTransformFeedback.h37 GLboolean isPaused() const;
DTransformFeedback.cpp66 GLboolean TransformFeedback::isPaused() const in isPaused() function in gl::TransformFeedback
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
DRobolectricTest.java92 assertThat(Robolectric.getBackgroundScheduler().isPaused(), equalTo(false)); in shouldResetBackgroundSchedulerBeforeTests()
98 assertThat(Robolectric.getBackgroundScheduler().isPaused(), equalTo(false)); in shouldResetBackgroundSchedulerAfterTests()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DThreadsSidebarPane.js79 …placard.subtitle = target.debuggerModel.isPaused() ? WebInspector.UIString("paused") : WebInspecto…
DJavaScriptSourceFrame.js494 if (!target || !target.debuggerModel.isPaused())
546 if (!target || !target.debuggerModel.isPaused()) {
576 … if (selectedCallFrame.target() != target || !target.debuggerModel.isPaused() || !result) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp280 bool InspectorDebuggerAgent::isPaused() in isPaused() function in blink::InspectorDebuggerAgent
282 return scriptDebugServer().isPaused(); in isPaused()
466 if (!isPaused() || m_currentCallStack.isEmpty()) { in getStepInPositions()
665 if (!isPaused() || m_currentCallStack.isEmpty()) { in restartFrame()
722 if (m_javaScriptPauseScheduled || isPaused()) in schedulePauseOnNextStatement()
732 if (m_javaScriptPauseScheduled || isPaused()) in cancelPauseOnNextStatement()
951 if (m_javaScriptPauseScheduled || isPaused()) in pause()
1027 if (!isPaused() || m_currentCallStack.isEmpty()) { in evaluateOnCallFrame()
1145 if (!isPaused() || m_currentCallStack.isEmpty()) { in setVariableValue()
DInspectorInstrumentation.cpp97 return debuggerAgent->isPaused(); in isDebuggerPausedImpl()
DInspectorDebuggerAgent.h100 bool isPaused();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DScheduler.java26 public boolean isPaused() { in isPaused() method in Scheduler
/external/chromium_org/third_party/skia/debugger/QT/
DSkDebuggerGUI.h219 void pauseDrawing(bool isPaused = true);
/external/skia/debugger/QT/
DSkDebuggerGUI.h219 void pauseDrawing(bool isPaused = true);
DSkDebuggerGUI.cpp637 void SkDebuggerGUI::pauseDrawing(bool isPaused) { in pauseDrawing() argument
638 fPause = isPaused; in pauseDrawing()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp574 if (!m_timeContainer->isPaused()) in pauseAnimations()
580 if (m_timeContainer->isPaused()) in unpauseAnimations()
586 return m_timeContainer->isPaused(); in animationsPaused()
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java334 if (!mGame.isPaused()) { in onTrackballEvent()
344 if (!mGame.isPaused()) { in onTouchEvent()
374 if (mGame.isPaused()) { in onKeyDown()
/external/chromium_org/base/mac/
Dsdk_forward_declarations.h245 @property (readonly, getter=isPaused) BOOL paused;
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp259 …bool isPaused = CSSTimingData::getRepeated(animationData->playStateList(), i) == AnimPlayStatePaus… in calculateAnimationUpdate() local
269 if (isPaused != player->paused()) { in calculateAnimationUpdate()
284 …nimation::create(AnimatableValueKeyframeEffectModel::create(resolvedKeyframes), timing, isPaused)); in calculateAnimationUpdate()

12