Searched defs:GetTcpSocket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/sockets_tcp_server/
H A Dsockets_tcp_server_api.cc72 ResumableTCPServerSocket* TCPServerSocketAsyncApiFunction::GetTcpSocket( function in class:extensions::core_api::TCPServerSocketAsyncApiFunction
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);
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dsockets_tcp_api.cc97 ResumableTCPSocket* TCPSocketAsyncApiFunction::GetTcpSocket(int socket_id) { function in class:extensions::core_api::TCPSocketAsyncApiFunction
110 ResumableTCPSocket* TCPSocketExtensionWithDnsLookupFunction::GetTcpSocket( function in class:extensions::core_api::TCPSocketExtensionWithDnsLookupFunction
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
[all...]

Completed in 405 milliseconds