HomeSort by relevance Sort by last modified time
    Searched refs:GetTcpSocket (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/extensions/browser/api/sockets_tcp_server/
sockets_tcp_server_api.cc 72 ResumableTCPServerSocket* TCPServerSocketAsyncApiFunction::GetTcpSocket(
113 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
143 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
180 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
221 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
242 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
263 ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
288 ResumableTCPServerSocket* socket = GetTcpSocket(socket_id);
sockets_tcp_server_api.h 25 ResumableTCPServerSocket* GetTcpSocket(int socket_id);
  /external/chromium_org/extensions/browser/api/sockets_tcp/
sockets_tcp_api.cc 97 ResumableTCPSocket* TCPSocketAsyncApiFunction::GetTcpSocket(int socket_id) {
110 ResumableTCPSocket* TCPSocketExtensionWithDnsLookupFunction::GetTcpSocket(
149 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
178 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
206 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
232 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
264 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
294 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
329 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
352 ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id)
    [all...]
sockets_tcp_api.h 28 ResumableTCPSocket* GetTcpSocket(int socket_id);
39 ResumableTCPSocket* GetTcpSocket(int socket_id);

Completed in 256 milliseconds