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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_tcp_socket.h 36 // PepperTCPSocket is used by PepperMessageFilter to handle requests from
38 class PepperTCPSocket {
40 PepperTCPSocket(PepperMessageFilter* manager,
48 PepperTCPSocket(PepperMessageFilter* manager,
54 ~PepperTCPSocket();
143 DISALLOW_COPY_AND_ASSIGN(PepperTCPSocket);
pepper_tcp_socket.cc 40 PepperTCPSocket::PepperTCPSocket(
56 PepperTCPSocket::PepperTCPSocket(
74 PepperTCPSocket::~PepperTCPSocket() {
80 void PepperTCPSocket::Connect(const std::string& host, uint16_t port) {
94 base::Bind(&PepperTCPSocket::OnResolveCompleted, base::Unretained(this)),
100 void PepperTCPSocket::ConnectWithNetAddress(
124 void PepperTCPSocket::SSLHandshake
    [all...]

Completed in 180 milliseconds