Home
last modified time | relevance | path

Searched defs:socket_id (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/content/browser/renderer_host/
Dsocket_stream_dispatcher_host.cc62 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in OnConnected() local
78 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in OnSentData() local
93 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in OnReceivedData() local
108 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in OnClose() local
119 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in OnError() local
136 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in OnSSLCertificateError() local
154 int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket); in CanGetCookies() local
173 int socket_id = SocketStreamHost::SocketIdFromSocketStream(request); in CanSetCookie() local
193 int socket_id = id.request_id; in CancelSSLRequest() local
207 int socket_id = id.request_id; in ContinueSSLRequest() local
[all …]
Dsocket_stream_host.cc20 explicit SocketStreamId(int socket_id) : socket_id_(socket_id) {} in SocketStreamId()
22 int socket_id() const { return socket_id_; } in socket_id() function in content::__anond2d0f7470111::SocketStreamId
34 int socket_id) in SocketStreamHost()
Dsocket_stream_host.h41 int socket_id() const { return socket_id_; } in socket_id() function
/external/chromium_org/content/renderer/p2p/
Dsocket_dispatcher.cc142 int socket_id, in OnSocketCreated()
152 int socket_id, const net::IPEndPoint& address) { in OnIncomingTcpConnection()
159 void P2PSocketDispatcher::OnSendComplete(int socket_id) { in OnSendComplete()
166 void P2PSocketDispatcher::OnError(int socket_id) { in OnError()
174 int socket_id, const net::IPEndPoint& address, in OnDataReceived()
183 P2PSocketClientImpl* P2PSocketDispatcher::GetClient(int socket_id) { in GetClient()
/external/chromium_org/content/child/
Dsocket_stream_dispatcher.cc197 void SocketStreamDispatcher::OnConnected(int socket_id, in OnConnected()
210 void SocketStreamDispatcher::OnSentData(int socket_id, int amount_sent) { in OnSentData()
223 int socket_id, const std::vector<char>& data) { in OnReceivedData()
235 void SocketStreamDispatcher::OnClosed(int socket_id) { in OnClosed()
246 void SocketStreamDispatcher::OnFailed(int socket_id, int error_code) { in OnFailed()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_dispatcher_host.cc191 P2PSocketHost* P2PSocketDispatcherHost::LookupSocket(int socket_id) { in LookupSocket()
225 P2PSocketType type, int socket_id, in OnCreateSocket()
269 void P2PSocketDispatcherHost::OnSend(int socket_id, in OnSend()
292 void P2PSocketDispatcherHost::OnSetOption(int socket_id, in OnSetOption()
304 void P2PSocketDispatcherHost::OnDestroySocket(int socket_id) { in OnDestroySocket()
Dsocket_host_tcp.cc49 int socket_id, in P2PSocketHostTcpBase()
469 int socket_id, in P2PSocketHostTcp()
516 int socket_id, in P2PSocketHostStunTcp()
Dsocket_host_tcp_server.cc24 int socket_id, in P2PSocketHostTcpServer()
Dsocket_host_udp.cc69 int socket_id, in P2PSocketHostUdp()
Dsocket_host.cc459 int socket_id, in P2PSocketHost()
547 int socket_id, in Create()
/external/chromium_org/extensions/browser/api/sockets_tcp_server/
Dtcp_server_socket_event_dispatcher.cc67 int socket_id) { in OnServerSocketListen()
75 int socket_id) { in OnServerSocketResume()
83 int socket_id) { in StartSocketAccept()
Dsockets_tcp_server_api.cc26 linked_ptr<SocketInfo> CreateSocketInfo(int socket_id, in CreateSocketInfo()
73 int socket_id) { in GetTcpSocket()
287 int socket_id = *it; in Work() local
Dtcp_server_socket_event_dispatcher.h68 int socket_id; member
/external/chromium_org/extensions/browser/api/sockets_tcp/
Dtcp_socket_event_dispatcher.cc61 int socket_id) { in OnSocketConnect()
68 int socket_id) { in OnSocketResume()
75 int socket_id) { in StartSocketRead()
Dsockets_tcp_api.cc29 linked_ptr<SocketInfo> CreateSocketInfo(int socket_id, in CreateSocketInfo()
97 ResumableTCPSocket* TCPSocketAsyncApiFunction::GetTcpSocket(int socket_id) { in GetTcpSocket()
111 int socket_id) { in GetTcpSocket()
443 int socket_id = *it; in Work() local
Dtcp_socket_event_dispatcher.h63 int socket_id; member
/external/chromium_org/extensions/browser/api/socket/
Dsocket_apitest.cc31 int socket_id = -1; in IN_PROC_BROWSER_TEST_F() local
48 int socket_id = -1; in IN_PROC_BROWSER_TEST_F() local
/external/chromium_org/extensions/browser/api/sockets_udp/
Dudp_socket_event_dispatcher.cc56 int socket_id) { in OnSocketBind()
61 int socket_id) { in OnSocketResume()
Dsockets_udp_api.cc31 ResumableUDPSocket* UDPSocketAsyncApiFunction::GetUdpSocket(int socket_id) { in GetUdpSocket()
45 int socket_id) { in GetUdpSocket()
50 int socket_id, in CreateSocketInfo()
348 int socket_id = *it; in Work() local
Dudp_socket_event_dispatcher.h63 int socket_id; member
/external/chromium_org/extensions/browser/api/bluetooth_socket/
Dbluetooth_socket_event_dispatcher.cc102 int socket_id) { in OnSocketConnect()
117 int socket_id) { in OnSocketListen()
132 int socket_id) { in OnSocketResume()
Dbluetooth_socket_api.cc38 linked_ptr<SocketInfo> CreateSocketInfo(int socket_id, in CreateSocketInfo()
352 int BluetoothSocketListenUsingRfcommFunction::socket_id() const { in socket_id() function in extensions::core_api::BluetoothSocketListenUsingRfcommFunction
395 int BluetoothSocketListenUsingL2capFunction::socket_id() const { in socket_id() function in extensions::core_api::BluetoothSocketListenUsingL2capFunction
667 int socket_id = *it; in Work() local
Dbluetooth_socket_event_dispatcher.h73 int socket_id; member
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_tcp_socket.cc43 uint32 socket_id, in PepperTCPSocket()
58 uint32 socket_id, in PepperTCPSocket()
/external/chromium_org/chrome/browser/devtools/device/usb/
Dandroid_usb_socket.cc28 uint32 socket_id, in AndroidUsbSocket()

12