OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDPSocketWin
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/udp/
udp_socket_win.h
25
class NET_EXPORT
UDPSocketWin
: NON_EXPORTED_BASE(public base::NonThreadSafe) {
27
UDPSocketWin
(DatagramSocket::BindType bind_type,
31
virtual ~
UDPSocketWin
();
265
DISALLOW_COPY_AND_ASSIGN(
UDPSocketWin
);
udp_socket_win.cc
38
// there is a network IO operation in progress. If the owner
UDPSocketWin
42
class
UDPSocketWin
::Core : public base::RefCounted<Core> {
44
explicit Core(
UDPSocketWin
* socket);
50
// The
UDPSocketWin
is going away.
94
UDPSocketWin
* socket_;
109
UDPSocketWin
::Core::Core(
UDPSocketWin
* socket)
120
UDPSocketWin
::Core::~Core() {
131
void
UDPSocketWin
::Core::WatchForRead() {
138
void
UDPSocketWin
::Core::WatchForWrite()
[
all
...]
Completed in 193 milliseconds