HomeSort by relevance Sort by last modified time
    Searched defs:UDPSocket (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/udp/
udp_socket.h 19 // UDPSocket
38 typedef UDPSocketWin UDPSocket;
40 typedef UDPSocketLibevent UDPSocket;
  /external/chromium_org/net/udp/
udp_socket.h 18 // UDPSocket
37 typedef UDPSocketWin UDPSocket;
39 typedef UDPSocketLibevent UDPSocket;
  /external/chromium_org/ppapi/cpp/
udp_socket.h 21 /// The <code>UDPSocket</code> class provides UDP socket operations.
28 class UDPSocket : public Resource {
30 /// Default constructor for creating an is_null() <code>UDPSocket</code>
32 UDPSocket();
34 /// A constructor used to create a <code>UDPSocket</code> object.
38 explicit UDPSocket(const InstanceHandle& instance);
44 UDPSocket(PassRef, PP_Resource resource);
46 /// The copy constructor for <code>UDPSocket</code>.
48 /// @param[in] other A reference to another <code>UDPSocket</code>.
49 UDPSocket(const UDPSocket& other)
    [all...]
udp_socket.cc 23 UDPSocket::UDPSocket() {
26 UDPSocket::UDPSocket(const InstanceHandle& instance) {
33 UDPSocket::UDPSocket(PassRef, PP_Resource resource)
37 UDPSocket::UDPSocket(const UDPSocket& other) : Resource(other) {
40 UDPSocket::~UDPSocket()
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/socket/
udp_socket.h 16 class UDPSocket : public Socket {
18 explicit UDPSocket(const std::string& owner_extension_id);
19 virtual ~UDPSocket();
66 net::UDPSocket socket_;
udp_socket.cc 17 UDPSocket::UDPSocket(const std::string& owner_extension_id)
25 UDPSocket::~UDPSocket() {
31 void UDPSocket::Connect(const std::string& address,
52 int UDPSocket::Bind(const std::string& address, int port) {
60 void UDPSocket::Disconnect() {
65 void UDPSocket::Read(int count,
91 base::Bind(&UDPSocket::OnReadComplete, base::Unretained(this),
99 int UDPSocket::WriteImpl(net::IOBuffer* io_buffer
    [all...]
  /external/chromium_org/ppapi/tests/
test_udp_socket.cc 16 REGISTER_TEST_CASE(UDPSocket);
58 bool udp_socket_is_available = pp::UDPSocket::IsAvailable();
100 std::string TestUDPSocket::SetBroadcastOptions(pp::UDPSocket* socket) {
117 std::string TestUDPSocket::BindUDPSocket(pp::UDPSocket* socket,
127 pp::UDPSocket* socket,
150 std::string TestUDPSocket::ReadSocket(pp::UDPSocket* socket,
167 std::string TestUDPSocket::PassMessage(pp::UDPSocket* target,
168 pp::UDPSocket* source,
189 pp::UDPSocket server_socket(instance_), client_socket(instance_);
213 pp::UDPSocket server1(instance_), server2(instance_)
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 445 typedef struct UDPSocket_struct UDPSocket;
    [all...]

Completed in 118 milliseconds