Home
last modified time | relevance | path

Searched refs:CompletionCallbackWithOutput (Results 1 – 25 of 117) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dtest_utils.h107 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 Dflash_drm.h26 int32_t GetDeviceID(const CompletionCallbackWithOutput<Var>& callback);
31 int32_t GetVoucherFile(const CompletionCallbackWithOutput<FileRef>& callback);
35 const CompletionCallbackWithOutput<PP_Bool>& callback);
H A Dflash_drm.cc33 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 Dcamera_device_private.h25 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 Dtruetype_font_dev.cc97 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 Dtruetype_font_dev.h131 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 Dcompletion_callback.h189 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 Daudio_encoder.h67 int32_t GetSupportedProfiles(const CompletionCallbackWithOutput<
114 int32_t GetBuffer(const CompletionCallbackWithOutput<AudioBuffer>& cc);
139 const CompletionCallbackWithOutput<PP_AudioBitstreamBuffer>& cc);
H A Dvideo_encoder.h69 int32_t GetSupportedProfiles(const CompletionCallbackWithOutput<
124 int32_t GetVideoFrame(const CompletionCallbackWithOutput<VideoFrame>& cc);
155 const CompletionCallbackWithOutput<PP_BitstreamBuffer>& cc);
H A Dmedia_stream_video_track.h25 template <typename T> class CompletionCallbackWithOutput; variable
127 const CompletionCallbackWithOutput<VideoFrame>& callback);
147 const CompletionCallbackWithOutput<VideoFrame>& callback);
H A Dfile_ref.h23 template <typename T> class CompletionCallbackWithOutput; variable
152 int32_t Query(const CompletionCallbackWithOutput<PP_FileInfo>& callback);
175 const CompletionCallbackWithOutput< std::vector<DirectoryEntry> >&
H A Dnetwork_monitor.h17 template <typename T> class CompletionCallbackWithOutput; variable
24 const CompletionCallbackWithOutput<NetworkList>& callback);
H A Daudio_encoder.cc38 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 Dmedia_stream_audio_track.h25 template <typename T> class CompletionCallbackWithOutput; variable
117 const CompletionCallbackWithOutput<AudioBuffer>& callback);
H A Dvideo_encoder.cc36 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 Dtcp_socket.h20 template <typename T> class CompletionCallbackWithOutput; variable
184 int32_t Accept(const CompletionCallbackWithOutput<TCPSocket>& callback);
H A Dudp_socket.h21 template <typename T> class CompletionCallbackWithOutput; variable
115 const CompletionCallbackWithOutput<NetAddress>& callback);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A Dcompletion_callback.h189 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 Dvideo_encoder.h69 int32_t GetSupportedProfiles(const CompletionCallbackWithOutput<
124 int32_t GetVideoFrame(const CompletionCallbackWithOutput<VideoFrame>& cc);
155 const CompletionCallbackWithOutput<PP_BitstreamBuffer>& cc);
H A Dmedia_stream_video_track.h25 template <typename T> class CompletionCallbackWithOutput; variable
127 const CompletionCallbackWithOutput<VideoFrame>& callback);
147 const CompletionCallbackWithOutput<VideoFrame>& callback);
H A Dfile_ref.h23 template <typename T> class CompletionCallbackWithOutput; variable
152 int32_t Query(const CompletionCallbackWithOutput<PP_FileInfo>& callback);
175 const CompletionCallbackWithOutput< std::vector<DirectoryEntry> >&
H A Dnetwork_monitor.h17 template <typename T> class CompletionCallbackWithOutput; variable
24 const CompletionCallbackWithOutput<NetworkList>& callback);
H A Dmedia_stream_audio_track.h25 template <typename T> class CompletionCallbackWithOutput; variable
117 const CompletionCallbackWithOutput<AudioBuffer>& callback);
H A Dvideo_encoder.cc36 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 Dcamera_device_private.h25 class CompletionCallbackWithOutput; variable
92 const CompletionCallbackWithOutput<CameraCapabilities_Private>& callback);

12345