HomeSort by relevance Sort by last modified time
    Searched refs:SocketsUdpSendFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/sockets_udp/
sockets_udp_api.cc 213 SocketsUdpSendFunction::SocketsUdpSendFunction() : io_buffer_size_(0) {}
215 SocketsUdpSendFunction::~SocketsUdpSendFunction() {}
217 bool SocketsUdpSendFunction::Prepare() {
226 void SocketsUdpSendFunction::AsyncWorkStart() {
245 void SocketsUdpSendFunction::AfterDnsLookup(int lookup_result) {
253 void SocketsUdpSendFunction::StartSendTo() {
265 base::Bind(&SocketsUdpSendFunction::OnCompleted, this));
268 void SocketsUdpSendFunction::OnCompleted(int net_result)
    [all...]
sockets_udp_api.h 112 class SocketsUdpSendFunction : public UDPSocketExtensionWithDnsLookupFunction {
116 SocketsUdpSendFunction();
119 virtual ~SocketsUdpSendFunction();

Completed in 79 milliseconds