Home
last modified time | relevance | path

Searched refs:CastChannelAsyncApiFunction (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/cast_channel/
H A Dcast_channel_api.h138 class CastChannelAsyncApiFunction : public AsyncApiFunction {
140 CastChannelAsyncApiFunction();
143 ~CastChannelAsyncApiFunction() override;
168 class CastChannelOpenFunction : public CastChannelAsyncApiFunction {
202 class CastChannelSendFunction : public CastChannelAsyncApiFunction {
223 class CastChannelCloseFunction : public CastChannelAsyncApiFunction {
H A Dcast_channel_api.cc218 CastChannelAsyncApiFunction::CastChannelAsyncApiFunction() in CastChannelAsyncApiFunction() function in extensions::CastChannelAsyncApiFunction
223 CastChannelAsyncApiFunction::~CastChannelAsyncApiFunction() { } in ~CastChannelAsyncApiFunction()
225 bool CastChannelAsyncApiFunction::PrePrepare() { in PrePrepare()
233 bool CastChannelAsyncApiFunction::Respond() { in Respond()
237 void CastChannelAsyncApiFunction::SetResultFromSocket( in SetResultFromSocket()
248 void CastChannelAsyncApiFunction::SetResultFromError( in SetResultFromError()
263 void CastChannelAsyncApiFunction::SetResultFromChannelInfo( in SetResultFromChannelInfo()
283 return CastChannelAsyncApiFunction::PrePrepare(); in PrePrepare()
444 return CastChannelAsyncApiFunction::PrePrepare(); in PrePrepare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/cast_channel/
H A Dcast_channel_api.h138 class CastChannelAsyncApiFunction : public AsyncApiFunction {
140 CastChannelAsyncApiFunction();
143 ~CastChannelAsyncApiFunction() override;
168 class CastChannelOpenFunction : public CastChannelAsyncApiFunction {
202 class CastChannelSendFunction : public CastChannelAsyncApiFunction {
223 class CastChannelCloseFunction : public CastChannelAsyncApiFunction {
H A Dcast_channel_api.cc217 CastChannelAsyncApiFunction::CastChannelAsyncApiFunction() in CastChannelAsyncApiFunction() function in extensions::CastChannelAsyncApiFunction
222 CastChannelAsyncApiFunction::~CastChannelAsyncApiFunction() { } in ~CastChannelAsyncApiFunction()
224 bool CastChannelAsyncApiFunction::PrePrepare() { in PrePrepare()
232 bool CastChannelAsyncApiFunction::Respond() { in Respond()
236 void CastChannelAsyncApiFunction::SetResultFromSocket( in SetResultFromSocket()
247 void CastChannelAsyncApiFunction::SetResultFromError( in SetResultFromError()
262 void CastChannelAsyncApiFunction::SetResultFromChannelInfo( in SetResultFromChannelInfo()
282 return CastChannelAsyncApiFunction::PrePrepare(); in PrePrepare()
443 return CastChannelAsyncApiFunction::PrePrepare(); in PrePrepare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/
H A Dapi_resource_manager.h34 class CastChannelAsyncApiFunction; variable
178 friend class CastChannelAsyncApiFunction; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/
H A Dapi_resource_manager.h34 class CastChannelAsyncApiFunction; variable
178 friend class CastChannelAsyncApiFunction; variable