OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCPSocketResourceBase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/proxy/
tcp_socket_resource_base.cc
26
const int32_t
TCPSocketResourceBase
::kMaxReadSize = 1024 * 1024;
27
const int32_t
TCPSocketResourceBase
::kMaxWriteSize = 1024 * 1024;
28
const int32_t
TCPSocketResourceBase
::kMaxSendBufferSize =
29
1024 *
TCPSocketResourceBase
::kMaxWriteSize;
30
const int32_t
TCPSocketResourceBase
::kMaxReceiveBufferSize =
31
1024 *
TCPSocketResourceBase
::kMaxReadSize;
33
TCPSocketResourceBase
::
TCPSocketResourceBase
(Connection connection,
50
TCPSocketResourceBase
::
TCPSocketResourceBase
(
[
all
...]
tcp_socket_resource_base.h
29
class PPAPI_PROXY_EXPORT
TCPSocketResourceBase
: public PluginResource {
52
TCPSocketResourceBase
(Connection connection,
57
TCPSocketResourceBase
(Connection connection,
63
virtual ~
TCPSocketResourceBase
();
149
DISALLOW_COPY_AND_ASSIGN(
TCPSocketResourceBase
);
Completed in 194 milliseconds