Home
last modified time | relevance | path

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

/third_party/skia/tools/skottie_ios_app/
DSkiaViewController.mm10 - (bool)isPaused { return false; } method
DSkottieViewController.mm158 - (bool)isPaused { return fClock.paused(); } method
/third_party/node/test/parallel/
Dtest-wrap-js-stream-read-stop.js23 isPaused() { method in FakeStream
/third_party/skia/modules/audioplayer/
DSkAudioPlayer.h45 bool isPaused() const { return this->state() == State::kPaused; } in isPaused() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DTransformFeedback.cpp72 bool TransformFeedback::isPaused() const in isPaused() function in es2::TransformFeedback
/third_party/node/deps/v8/src/inspector/
Dv8-debugger.h88 bool isPaused() const { return m_pausedContextGroupId; } in isPaused() function
Dv8-debugger-agent-impl.cc1539 bool V8DebuggerAgentImpl::isPaused() const { in isPaused() function in v8_inspector::V8DebuggerAgentImpl
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp202 bool TransformFeedback::isPaused() const in isPaused() function in gl::TransformFeedback
/third_party/node/lib/internal/streams/
Dreadable.js383 Readable.prototype.isPaused = function() { method in Readable
/third_party/skia/tools/viewer/
DViewer.cpp2456 bool isPaused = AnimTimer::kPaused_State == fAnimTimer.state(); in drawImGui() local