Home
last modified time | relevance | path

Searched refs:SocketsUdpSendFunction (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/sockets_udp/
H A Dsockets_udp_api.cc237 SocketsUdpSendFunction::SocketsUdpSendFunction() : io_buffer_size_(0) {} in SocketsUdpSendFunction() function in extensions::api::SocketsUdpSendFunction
239 SocketsUdpSendFunction::~SocketsUdpSendFunction() {} in ~SocketsUdpSendFunction()
241 bool SocketsUdpSendFunction::Prepare() { in Prepare()
251 void SocketsUdpSendFunction::AsyncWorkStart() { in AsyncWorkStart()
270 void SocketsUdpSendFunction::AfterDnsLookup(int lookup_result) { in AfterDnsLookup()
278 void SocketsUdpSendFunction::StartSendTo() { in StartSendTo()
288 base::BindRepeating(&SocketsUdpSendFunction::OnCompleted, this)); in StartSendTo()
291 void SocketsUdpSendFunction::OnCompleted(int net_result) { in OnCompleted()
299 void SocketsUdpSendFunction::SetSendResult(int net_result, int bytes_sent) { in SetSendResult()
H A Dsockets_udp_api.h122 class SocketsUdpSendFunction : public UDPSocketExtensionWithDnsLookupFunction {
126 SocketsUdpSendFunction();
129 ~SocketsUdpSendFunction() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/sockets_udp/
H A Dsockets_udp_api.cc237 SocketsUdpSendFunction::SocketsUdpSendFunction() : io_buffer_size_(0) {} in SocketsUdpSendFunction() function in extensions::api::SocketsUdpSendFunction
239 SocketsUdpSendFunction::~SocketsUdpSendFunction() {} in ~SocketsUdpSendFunction()
241 bool SocketsUdpSendFunction::Prepare() { in Prepare()
251 void SocketsUdpSendFunction::AsyncWorkStart() { in AsyncWorkStart()
270 void SocketsUdpSendFunction::AfterDnsLookup(int lookup_result) { in AfterDnsLookup()
278 void SocketsUdpSendFunction::StartSendTo() { in StartSendTo()
287 base::BindOnce(&SocketsUdpSendFunction::OnCompleted, this)); in StartSendTo()
290 void SocketsUdpSendFunction::OnCompleted(int net_result) { in OnCompleted()
298 void SocketsUdpSendFunction::SetSendResult(int net_result, int bytes_sent) { in SetSendResult()
H A Dsockets_udp_api.h122 class SocketsUdpSendFunction : public UDPSocketExtensionWithDnsLookupFunction {
126 SocketsUdpSendFunction();
129 ~SocketsUdpSendFunction() override;