Home
last modified time | relevance | path

Searched defs:isPaused (Results 1 – 21 of 21) 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/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidevents.c71 static int isPaused = 0; local
/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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp188 bool TransformFeedback::isPaused() const in isPaused() function in gl::TransformFeedback
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DTransformFeedback.cpp202 bool TransformFeedback::isPaused() const in isPaused() function in gl::TransformFeedback
/third_party/node/deps/npm/node_modules/concat-stream/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/from2/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/are-we-there-yet/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/flush-write-stream/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/stream-iterate/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/through2/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/duplexify/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/parallel-transform/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/fs-write-stream-atomic/node_modules/readable-stream/lib/
D_stream_readable.js322 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/deps/npm/node_modules/readable-stream/lib/
D_stream_readable.js319 Readable.prototype.isPaused = function () { method in Readable
/third_party/node/lib/internal/streams/
Dreadable.js308 Readable.prototype.isPaused = function() { method in Readable
/third_party/flutter/skia/tools/viewer/
DViewer.cpp1973 bool isPaused = AnimTimer::kPaused_State == fAnimTimer.state(); in drawImGui() local
/third_party/skia/tools/viewer/
DViewer.cpp2456 bool isPaused = AnimTimer::kPaused_State == fAnimTimer.state(); in drawImGui() local