Home
last modified time | relevance | path

Searched refs:Pause (Results 1 – 25 of 41) sorted by relevance

12

/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_callback_ctocpp.h39 void Pause() override;
Ddownload_item_callback_ctocpp.cc33 NO_SANITIZE("cfi-icall") void CefDownloadItemCallbackCToCpp::Pause() { in Pause() function in CefDownloadItemCallbackCToCpp
/third_party/cef/include/
Dcef_download_handler.h77 virtual void Pause() = 0;
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_callback_cpptoc.cc47 CefDownloadItemCallbackCppToC::Get(self)->Pause(); in download_item_callback_pause()
/third_party/cJSON/fuzzing/inputs/
Dtest512 {"id": "Pause"},
/third_party/cJSON/tests/inputs/
Dtest512 {"id": "Pause"},
Dtest5.expected21 "id": "Pause"
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.h76 STDMETHODIMP Pause(void);
Ddshowvideofakesrc.cpp366 STDMETHODIMP VideoFakeSrc::Pause(void) in Pause() function in VideoFakeSrc
372 return CBaseFilter::Pause(); in Pause()
Ddshowvideosink.cpp890 hres = control->Pause(); in gst_dshowvideosink_pause_graph()
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc210 void Pause() override { in Pause() function in __anon71bf8dc80111::CefDownloadItemCallbackImpl
241 item->Pause(); in DoPause()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DTransformFeedbackViaExtension.md11 ## Implementation of Pause/Resume using CounterBuffer
/third_party/ffmpeg/libavdevice/
Ddshow_filter.c161 SETVTBL(vtbl, filter, Pause); in ff_dshow_filter_Setup()
/third_party/node/src/
Dnode_http_parser.cc583 static void Pause(const FunctionCallbackInfo<Value>& args) { in Pause() function in node::__anonddd9daf50111::Parser
995 env->SetProtoMethod(t, "pause", Parser::Pause<true>); in InitializeHttpParser()
996 env->SetProtoMethod(t, "resume", Parser::Pause<false>); in InitializeHttpParser()
/third_party/ffmpeg/doc/
Dffplay.texi219 Pause.
248 Pause if the stream is not already paused, step to the next video
/third_party/node/doc/api/
Ddebugger.md120 * `pause`: Pause running code (like pause button in Developer Tools)
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/
Dtest_driver.dart216 && event.kind.startsWith('Pause');
227 if (isolate.pauseEvent.kind.startsWith('Pause')) {
/third_party/python/Misc/NEWS.d/
D3.7.0b5.rst118 Pause the transport as early as possible to further reduce the risk of
/third_party/python/Doc/library/
Dasyncio-llapi-index.rst319 - Pause receiving.
Dasyncio-protocol.rst248 Pause the receiving end of the transport. No data will be passed to
/third_party/grpc/src/objective-c/GRPCClient/
DGRPCCallLegacy.m452 // Pause the input and only resume it when the C layer notifies us that writes
/third_party/flutter/flutter/packages/flutter/lib/src/services/
Dkeyboard_key.dart698 /// Represents the logical "Pause" key on the keyboard.
701 …calKeyboardKey pause = LogicalKeyboardKey(0x00100070048, debugName: kReleaseMode ? null : 'Pause');
1248 /// Represents the logical "Media Play Pause" key on the keyboard.
1251 …PlayPause = LogicalKeyboardKey(0x001000c00cd, debugName: kReleaseMode ? null : 'Media Play Pause');
2494 /// Represents the location of the "Pause" key on a generalized keyboard.
2497 …sicalKeyboardKey pause = PhysicalKeyboardKey(0x00070048, debugName: kReleaseMode ? null : 'Pause');
3087 /// Represents the location of the "Media Play Pause" key on a generalized
3091 …iaPlayPause = PhysicalKeyboardKey(0x000c00cd, debugName: kReleaseMode ? null : 'Media Play Pause');
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc845 proxied_client_receiver_.Pause(); in HandleResponseOrRedirectHeaders()
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-android.md208 Pause / Resume behaviour
/third_party/curl/tests/
DFILEFORMAT.md269 `wait [secs]` - Pause for the given time

12