OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDPSocketWin
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/udp/
udp_socket.h
38
typedef
UDPSocketWin
UDPSocket;
udp_socket_win.cc
24
void
UDPSocketWin
::ReadDelegate::OnObjectSignaled(HANDLE object) {
29
void
UDPSocketWin
::WriteDelegate::OnObjectSignaled(HANDLE object) {
34
UDPSocketWin
::
UDPSocketWin
(net::NetLog* net_log,
54
UDPSocketWin
::~
UDPSocketWin
() {
59
void
UDPSocketWin
::Close() {
77
int
UDPSocketWin
::GetPeerAddress(IPEndPoint* address) const {
99
int
UDPSocketWin
::GetLocalAddress(IPEndPoint* address) const {
121
int
UDPSocketWin
::Read(IOBuffer* buf
[
all
...]
udp_socket_win.h
24
class
UDPSocketWin
: public base::NonThreadSafe {
26
UDPSocketWin
(net::NetLog* net_log,
28
virtual ~
UDPSocketWin
();
101
explicit ReadDelegate(
UDPSocketWin
* socket) : socket_(socket) {}
108
UDPSocketWin
* const socket_;
113
explicit WriteDelegate(
UDPSocketWin
* socket) : socket_(socket) {}
120
UDPSocketWin
* const socket_;
180
DISALLOW_COPY_AND_ASSIGN(
UDPSocketWin
);
/external/chromium_org/net/udp/
udp_socket.h
37
typedef
UDPSocketWin
UDPSocket;
udp_socket_win.cc
37
// there is a network IO operation in progress. If the owner
UDPSocketWin
41
class
UDPSocketWin
::Core : public base::RefCounted<Core> {
43
explicit Core(
UDPSocketWin
* socket);
49
// The
UDPSocketWin
is going away.
93
UDPSocketWin
* socket_;
108
UDPSocketWin
::Core::Core(
UDPSocketWin
* socket)
119
UDPSocketWin
::Core::~Core() {
130
void
UDPSocketWin
::Core::WatchForRead() {
137
void
UDPSocketWin
::Core::WatchForWrite()
[
all
...]
udp_socket_win.h
24
class NET_EXPORT
UDPSocketWin
: NON_EXPORTED_BASE(public base::NonThreadSafe) {
26
UDPSocketWin
(DatagramSocket::BindType bind_type,
30
virtual ~
UDPSocketWin
();
255
DISALLOW_COPY_AND_ASSIGN(
UDPSocketWin
);
Completed in 291 milliseconds