/third_party/cef/libcef_dll/ctocpp/ |
D | download_item_callback_ctocpp.h | 39 void Pause() override;
|
D | download_item_callback_ctocpp.cc | 33 NO_SANITIZE("cfi-icall") void CefDownloadItemCallbackCToCpp::Pause() { in Pause() function in CefDownloadItemCallbackCToCpp
|
/third_party/cef/include/ |
D | cef_download_handler.h | 77 virtual void Pause() = 0;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | download_item_callback_cpptoc.cc | 47 CefDownloadItemCallbackCppToC::Get(self)->Pause(); in download_item_callback_pause()
|
/third_party/cJSON/fuzzing/inputs/ |
D | test5 | 12 {"id": "Pause"},
|
/third_party/cJSON/tests/inputs/ |
D | test5 | 12 {"id": "Pause"},
|
D | test5.expected | 21 "id": "Pause"
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideofakesrc.h | 76 STDMETHODIMP Pause(void);
|
D | dshowvideofakesrc.cpp | 366 STDMETHODIMP VideoFakeSrc::Pause(void) in Pause() function in VideoFakeSrc 372 return CBaseFilter::Pause(); in Pause()
|
D | dshowvideosink.cpp | 890 hres = control->Pause(); in gst_dshowvideosink_pause_graph()
|
/third_party/cef/libcef/browser/ |
D | download_manager_delegate.cc | 210 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/ |
D | TransformFeedbackViaExtension.md | 11 ## Implementation of Pause/Resume using CounterBuffer
|
/third_party/ffmpeg/libavdevice/ |
D | dshow_filter.c | 161 SETVTBL(vtbl, filter, Pause); in ff_dshow_filter_Setup()
|
/third_party/node/src/ |
D | node_http_parser.cc | 583 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/ |
D | ffplay.texi | 219 Pause. 248 Pause if the stream is not already paused, step to the next video
|
/third_party/node/doc/api/ |
D | debugger.md | 120 * `pause`: Pause running code (like pause button in Developer Tools)
|
/third_party/flutter/flutter/packages/flutter_tools/test/integration.shard/ |
D | test_driver.dart | 216 && event.kind.startsWith('Pause'); 227 if (isolate.pauseEvent.kind.startsWith('Pause')) {
|
/third_party/python/Misc/NEWS.d/ |
D | 3.7.0b5.rst | 118 Pause the transport as early as possible to further reduce the risk of
|
/third_party/python/Doc/library/ |
D | asyncio-llapi-index.rst | 319 - Pause receiving.
|
D | asyncio-protocol.rst | 248 Pause the receiving end of the transport. No data will be passed to
|
/third_party/grpc/src/objective-c/GRPCClient/ |
D | GRPCCallLegacy.m | 452 // Pause the input and only resume it when the C layer notifies us that writes
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | keyboard_key.dart | 698 /// 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/ |
D | proxy_url_loader_factory.cc | 845 proxied_client_receiver_.Pause(); in HandleResponseOrRedirectHeaders()
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-android.md | 208 Pause / Resume behaviour
|
/third_party/curl/tests/ |
D | FILEFORMAT.md | 269 `wait [secs]` - Pause for the given time
|