/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/ |
H A D | test_utils.h | 107 typename pp::CompletionCallbackWithOutput<OutputT>::OutputStorageType* in DeleteStorage() 108 storage = reinterpret_cast<typename pp::CompletionCallbackWithOutput< in DeleteStorage() 116 pp::CompletionCallbackWithOutput<OutputT> DoNothingCallbackWithOutput() { in DoNothingCallbackWithOutput() 117 typename pp::CompletionCallbackWithOutput<OutputT>::OutputStorageType* in DoNothingCallbackWithOutput() 119 typename pp::CompletionCallbackWithOutput<OutputT>::OutputStorageType(); in DoNothingCallbackWithOutput() 120 return pp::CompletionCallbackWithOutput<OutputT>( in DoNothingCallbackWithOutput() 242 pp::CompletionCallbackWithOutput<OutputT> GetCallback(); 266 typename pp::CompletionCallbackWithOutput<OutputT>::OutputStorageType 271 pp::CompletionCallbackWithOutput<OutputT> 275 pp::CompletionCallbackWithOutput<OutputT> cc(&output_storage_); in GetCallback() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/private/ |
H A D | flash_drm.h | 26 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback); 31 int32_t GetVoucherFile(const CompletionCallbackWithOutput<FileRef>& callback); 35 const CompletionCallbackWithOutput<PP_Bool>& callback);
|
H A D | flash_drm.cc | 33 int32_t DRM::GetDeviceID(const CompletionCallbackWithOutput<Var>& callback) { in GetDeviceID() 53 const CompletionCallbackWithOutput<FileRef>& callback) { in GetVoucherFile() 64 const CompletionCallbackWithOutput<PP_Bool>& callback) { in MonitorIsExternal()
|
H A D | camera_device_private.h | 25 class CompletionCallbackWithOutput; variable 92 const CompletionCallbackWithOutput<CameraCapabilities_Private>& callback);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/dev/ |
H A D | truetype_font_dev.cc | 97 const CompletionCallbackWithOutput<std::vector<Var> >& cc) { in GetFontFamilies() 110 const CompletionCallbackWithOutput<std::vector<TrueTypeFontDesc_Dev> >& cc) in GetFontsInFamily() 122 const CompletionCallbackWithOutput<TrueTypeFontDesc_Dev>& cc) { in Describe() 133 const CompletionCallbackWithOutput<std::vector<uint32_t> >& cc) { in GetTableTags() 146 const CompletionCallbackWithOutput<std::vector<char> >& cc) { in GetTable()
|
H A D | truetype_font_dev.h | 131 const CompletionCallbackWithOutput<std::vector<Var> >& callback); 149 const CompletionCallbackWithOutput<std::vector<TrueTypeFontDesc_Dev> >& 162 const CompletionCallbackWithOutput<TrueTypeFontDesc_Dev>& callback); 173 const CompletionCallbackWithOutput<std::vector<uint32_t> >& callback); 192 const CompletionCallbackWithOutput<std::vector<char> >& callback);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/ |
H A D | completion_callback.h | 189 class CompletionCallbackWithOutput : public CompletionCallback { 211 CompletionCallbackWithOutput(OutputStorageType* output) in CompletionCallbackWithOutput() function 225 CompletionCallbackWithOutput(PP_CompletionCallback_Func func, in CompletionCallbackWithOutput() function 247 CompletionCallbackWithOutput(PP_CompletionCallback_Func func, in CompletionCallbackWithOutput() function
|
H A D | audio_encoder.h | 67 int32_t GetSupportedProfiles(const CompletionCallbackWithOutput< 114 int32_t GetBuffer(const CompletionCallbackWithOutput<AudioBuffer>& cc); 139 const CompletionCallbackWithOutput<PP_AudioBitstreamBuffer>& cc);
|
H A D | video_encoder.h | 69 int32_t GetSupportedProfiles(const CompletionCallbackWithOutput< 124 int32_t GetVideoFrame(const CompletionCallbackWithOutput<VideoFrame>& cc); 155 const CompletionCallbackWithOutput<PP_BitstreamBuffer>& cc);
|
H A D | media_stream_video_track.h | 25 template <typename T> class CompletionCallbackWithOutput; variable 127 const CompletionCallbackWithOutput<VideoFrame>& callback); 147 const CompletionCallbackWithOutput<VideoFrame>& callback);
|
H A D | file_ref.h | 23 template <typename T> class CompletionCallbackWithOutput; variable 152 int32_t Query(const CompletionCallbackWithOutput<PP_FileInfo>& callback); 175 const CompletionCallbackWithOutput< std::vector<DirectoryEntry> >&
|
H A D | network_monitor.h | 17 template <typename T> class CompletionCallbackWithOutput; variable 24 const CompletionCallbackWithOutput<NetworkList>& callback);
|
H A D | audio_encoder.cc | 38 int32_t AudioEncoder::GetSupportedProfiles(const CompletionCallbackWithOutput< in GetSupportedProfiles() 72 const CompletionCallbackWithOutput<AudioBuffer>& cc) { in GetBuffer() 90 const CompletionCallbackWithOutput<PP_AudioBitstreamBuffer>& cc) { in GetBitstreamBuffer()
|
H A D | media_stream_audio_track.h | 25 template <typename T> class CompletionCallbackWithOutput; variable 117 const CompletionCallbackWithOutput<AudioBuffer>& callback);
|
H A D | video_encoder.cc | 36 explicit CallbackProfileDescription_0_1(const CompletionCallbackWithOutput< in CallbackProfileDescription_0_1() 96 int32_t VideoEncoder::GetSupportedProfiles(const CompletionCallbackWithOutput< in GetSupportedProfiles() 155 const CompletionCallbackWithOutput<VideoFrame>& cc) { in GetVideoFrame() 182 const CompletionCallbackWithOutput<PP_BitstreamBuffer>& cc) { in GetBitstreamBuffer()
|
H A D | tcp_socket.h | 20 template <typename T> class CompletionCallbackWithOutput; variable 184 int32_t Accept(const CompletionCallbackWithOutput<TCPSocket>& callback);
|
H A D | udp_socket.h | 21 template <typename T> class CompletionCallbackWithOutput; variable 115 const CompletionCallbackWithOutput<NetAddress>& callback);
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/ |
H A D | completion_callback.h | 189 class CompletionCallbackWithOutput : public CompletionCallback { 211 CompletionCallbackWithOutput(OutputStorageType* output) in CompletionCallbackWithOutput() function 225 CompletionCallbackWithOutput(PP_CompletionCallback_Func func, in CompletionCallbackWithOutput() function 247 CompletionCallbackWithOutput(PP_CompletionCallback_Func func, in CompletionCallbackWithOutput() function
|
H A D | video_encoder.h | 69 int32_t GetSupportedProfiles(const CompletionCallbackWithOutput< 124 int32_t GetVideoFrame(const CompletionCallbackWithOutput<VideoFrame>& cc); 155 const CompletionCallbackWithOutput<PP_BitstreamBuffer>& cc);
|
H A D | media_stream_video_track.h | 25 template <typename T> class CompletionCallbackWithOutput; variable 127 const CompletionCallbackWithOutput<VideoFrame>& callback); 147 const CompletionCallbackWithOutput<VideoFrame>& callback);
|
H A D | file_ref.h | 23 template <typename T> class CompletionCallbackWithOutput; variable 152 int32_t Query(const CompletionCallbackWithOutput<PP_FileInfo>& callback); 175 const CompletionCallbackWithOutput< std::vector<DirectoryEntry> >&
|
H A D | network_monitor.h | 17 template <typename T> class CompletionCallbackWithOutput; variable 24 const CompletionCallbackWithOutput<NetworkList>& callback);
|
H A D | media_stream_audio_track.h | 25 template <typename T> class CompletionCallbackWithOutput; variable 117 const CompletionCallbackWithOutput<AudioBuffer>& callback);
|
H A D | video_encoder.cc | 36 explicit CallbackProfileDescription_0_1(const CompletionCallbackWithOutput< in CallbackProfileDescription_0_1() 96 int32_t VideoEncoder::GetSupportedProfiles(const CompletionCallbackWithOutput< in GetSupportedProfiles() 155 const CompletionCallbackWithOutput<VideoFrame>& cc) { in GetVideoFrame() 182 const CompletionCallbackWithOutput<PP_BitstreamBuffer>& cc) { in GetBitstreamBuffer()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/private/ |
H A D | camera_device_private.h | 25 class CompletionCallbackWithOutput; variable 92 const CompletionCallbackWithOutput<CameraCapabilities_Private>& callback);
|