OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:P2PSocketClientImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/p2p/
socket_client_impl.cc
33
P2PSocketClientImpl
*impl = new
P2PSocketClientImpl
(
39
P2PSocketClientImpl
::
P2PSocketClientImpl
(P2PSocketDispatcher* dispatcher)
50
P2PSocketClientImpl
::~
P2PSocketClientImpl
() {
54
void
P2PSocketClientImpl
::Init(
64
FROM_HERE, base::Bind(&
P2PSocketClientImpl
::DoInit,
71
void
P2PSocketClientImpl
::DoInit(P2PSocketType type,
82
void
P2PSocketClientImpl
::SendWithDscp
[
all
...]
socket_client_impl.h
29
class
P2PSocketClientImpl
: public P2PSocketClient {
31
explicit
P2PSocketClientImpl
(P2PSocketDispatcher* dispatcher);
70
virtual ~
P2PSocketClientImpl
();
115
DISALLOW_COPY_AND_ASSIGN(
P2PSocketClientImpl
);
Completed in 23 milliseconds