socket_id         346 chrome/browser/devtools/adb/android_usb_device.cc   uint32 socket_id = ++last_socket_id_;
socket_id         347 chrome/browser/devtools/adb/android_usb_device.cc   sockets_[socket_id] = new AndroidUsbSocket(this, socket_id, command,
socket_id         349 chrome/browser/devtools/adb/android_usb_device.cc   return sockets_[socket_id];
socket_id         598 chrome/browser/devtools/adb/android_usb_device.cc void AndroidUsbDevice::SocketDeleted(uint32 socket_id) {
socket_id         599 chrome/browser/devtools/adb/android_usb_device.cc   sockets_.erase(socket_id);
socket_id         129 chrome/browser/devtools/adb/android_usb_device.h   void SocketDeleted(uint32 socket_id);
socket_id          28 chrome/browser/devtools/adb/android_usb_socket.cc                                    uint32 socket_id,
socket_id          34 chrome/browser/devtools/adb/android_usb_socket.cc       local_id_(socket_id),
socket_id          27 chrome/browser/devtools/adb/android_usb_socket.h                    uint32 socket_id,
socket_id         397 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   int socket_id;
socket_id         398 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   EXTENSION_FUNCTION_VALIDATE(socket->GetInteger("id", &socket_id));
socket_id         400 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   socket_ = GetEventRouter(browser_context())->GetSocket(socket_id);
socket_id         202 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   int socket_id = RegisterSocket(extension_id, socket);
socket_id         206 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   result_socket.id = socket_id;
socket_id         419 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     int socket_id = socket_iter->first;
socket_id         423 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       ReleaseSocket(socket_id);
socket_id         217 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   int socket_id;
socket_id         218 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   ASSERT_TRUE(socket_value->GetInteger("id", &socket_id));
socket_id         219 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   EXPECT_EQ(mock_socket.get(), router_.GetSocket(socket_id).get());
socket_id         228 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   router_.ReleaseSocket(socket_id);
socket_id         158 content/browser/renderer_host/p2p/socket_dispatcher_host.cc P2PSocketHost* P2PSocketDispatcherHost::LookupSocket(int socket_id) {
socket_id         159 content/browser/renderer_host/p2p/socket_dispatcher_host.cc   SocketsMap::iterator it = sockets_.find(socket_id);
socket_id         194 content/browser/renderer_host/p2p/socket_dispatcher_host.cc     P2PSocketType type, int socket_id,
socket_id         197 content/browser/renderer_host/p2p/socket_dispatcher_host.cc   if (LookupSocket(socket_id)) {
socket_id         204 content/browser/renderer_host/p2p/socket_dispatcher_host.cc       this, socket_id, type, url_context_.get(), &throttler_));
socket_id         207 content/browser/renderer_host/p2p/socket_dispatcher_host.cc     Send(new P2PMsg_OnError(socket_id));
socket_id         212 content/browser/renderer_host/p2p/socket_dispatcher_host.cc     sockets_[socket_id] = socket.release();
socket_id         232 content/browser/renderer_host/p2p/socket_dispatcher_host.cc void P2PSocketDispatcherHost::OnSend(int socket_id,
socket_id         237 content/browser/renderer_host/p2p/socket_dispatcher_host.cc   P2PSocketHost* socket = LookupSocket(socket_id);
socket_id         246 content/browser/renderer_host/p2p/socket_dispatcher_host.cc     Send(new P2PMsg_OnError(socket_id));
socket_id         248 content/browser/renderer_host/p2p/socket_dispatcher_host.cc     sockets_.erase(socket_id);
socket_id         255 content/browser/renderer_host/p2p/socket_dispatcher_host.cc void P2PSocketDispatcherHost::OnSetOption(int socket_id,
socket_id         258 content/browser/renderer_host/p2p/socket_dispatcher_host.cc   P2PSocketHost* socket = LookupSocket(socket_id);
socket_id         267 content/browser/renderer_host/p2p/socket_dispatcher_host.cc void P2PSocketDispatcherHost::OnDestroySocket(int socket_id) {
socket_id         268 content/browser/renderer_host/p2p/socket_dispatcher_host.cc   SocketsMap::iterator it = sockets_.find(socket_id);
socket_id          60 content/browser/renderer_host/p2p/socket_dispatcher_host.h   P2PSocketHost* LookupSocket(int socket_id);
socket_id          70 content/browser/renderer_host/p2p/socket_dispatcher_host.h                       int socket_id,
socket_id          76 content/browser/renderer_host/p2p/socket_dispatcher_host.h   void OnSend(int socket_id,
socket_id          81 content/browser/renderer_host/p2p/socket_dispatcher_host.h   void OnSetOption(int socket_id, P2PSocketOption option, int value);
socket_id          82 content/browser/renderer_host/p2p/socket_dispatcher_host.h   void OnDestroySocket(int socket_id);
socket_id          44 content/browser/renderer_host/pepper/pepper_tcp_socket.cc     uint32 socket_id,
socket_id          49 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       socket_id_(socket_id),
socket_id          60 content/browser/renderer_host/pepper/pepper_tcp_socket.cc     uint32 socket_id,
socket_id          66 content/browser/renderer_host/pepper/pepper_tcp_socket.cc       socket_id_(socket_id),
socket_id          62 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket);
socket_id          63 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnConnected socket_id=" << socket_id
socket_id          65 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (socket_id == kNoSocketId) {
socket_id          70 content/browser/renderer_host/socket_stream_dispatcher_host.cc           socket_id, max_pending_send_allowed))) {
socket_id          72 content/browser/renderer_host/socket_stream_dispatcher_host.cc     DeleteSocketStreamHost(socket_id);
socket_id          78 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket);
socket_id          79 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnSentData socket_id=" << socket_id
socket_id          81 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (socket_id == kNoSocketId) {
socket_id          85 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (!Send(new SocketStreamMsg_SentData(socket_id, amount_sent))) {
socket_id          87 content/browser/renderer_host/socket_stream_dispatcher_host.cc     DeleteSocketStreamHost(socket_id);
socket_id          93 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket);
socket_id          95 content/browser/renderer_host/socket_stream_dispatcher_host.cc            << socket_id;
socket_id          96 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (socket_id == kNoSocketId) {
socket_id         101 content/browser/renderer_host/socket_stream_dispatcher_host.cc           socket_id, std::vector<char>(data, data + len)))) {
socket_id         103 content/browser/renderer_host/socket_stream_dispatcher_host.cc     DeleteSocketStreamHost(socket_id);
socket_id         108 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket);
socket_id         109 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnClosed socket_id=" << socket_id;
socket_id         110 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (socket_id == kNoSocketId) {
socket_id         114 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DeleteSocketStreamHost(socket_id);
socket_id         119 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket);
socket_id         120 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnError socket_id=" << socket_id;
socket_id         121 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (socket_id == content::kNoSocketId) {
socket_id         128 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (!Send(new SocketStreamMsg_Failed(socket_id, error))) {
socket_id         130 content/browser/renderer_host/socket_stream_dispatcher_host.cc     DeleteSocketStreamHost(socket_id);
socket_id         136 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = SocketStreamHost::SocketIdFromSocketStream(socket);
socket_id         138 content/browser/renderer_host/socket_stream_dispatcher_host.cc            << socket_id;
socket_id         139 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (socket_id == kNoSocketId) {
socket_id         143 content/browser/renderer_host/socket_stream_dispatcher_host.cc   SocketStreamHost* socket_stream_host = hosts_.Lookup(socket_id);
socket_id         145 content/browser/renderer_host/socket_stream_dispatcher_host.cc   GlobalRequestID request_id(-1, socket_id);
socket_id         170 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = id.request_id;
socket_id         172 content/browser/renderer_host/socket_stream_dispatcher_host.cc            << socket_id;
socket_id         173 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DCHECK_NE(kNoSocketId, socket_id);
socket_id         174 content/browser/renderer_host/socket_stream_dispatcher_host.cc   SocketStreamHost* socket_stream_host = hosts_.Lookup(socket_id);
socket_id         184 content/browser/renderer_host/socket_stream_dispatcher_host.cc   int socket_id = id.request_id;
socket_id         186 content/browser/renderer_host/socket_stream_dispatcher_host.cc            << socket_id;
socket_id         187 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DCHECK_NE(kNoSocketId, socket_id);
socket_id         188 content/browser/renderer_host/socket_stream_dispatcher_host.cc   SocketStreamHost* socket_stream_host = hosts_.Lookup(socket_id);
socket_id         201 content/browser/renderer_host/socket_stream_dispatcher_host.cc                                            int socket_id) {
socket_id         205 content/browser/renderer_host/socket_stream_dispatcher_host.cc            << " socket_id=" << socket_id;
socket_id         206 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DCHECK_NE(kNoSocketId, socket_id);
socket_id         209 content/browser/renderer_host/socket_stream_dispatcher_host.cc     if (!Send(new SocketStreamMsg_Failed(socket_id,
socket_id         213 content/browser/renderer_host/socket_stream_dispatcher_host.cc     if (!Send(new SocketStreamMsg_Closed(socket_id))) {
socket_id         219 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (hosts_.Lookup(socket_id)) {
socket_id         220 content/browser/renderer_host/socket_stream_dispatcher_host.cc     DVLOG(1) << "socket_id=" << socket_id << " already registered.";
socket_id         228 content/browser/renderer_host/socket_stream_dispatcher_host.cc                            socket_id);
socket_id         229 content/browser/renderer_host/socket_stream_dispatcher_host.cc   hosts_.AddWithID(socket_stream_host, socket_id);
socket_id         231 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnConnect -> " << socket_id;
socket_id         235 content/browser/renderer_host/socket_stream_dispatcher_host.cc     int socket_id, const std::vector<char>& data) {
socket_id         236 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnSendData socket_id=" << socket_id;
socket_id         237 content/browser/renderer_host/socket_stream_dispatcher_host.cc   SocketStreamHost* socket_stream_host = hosts_.Lookup(socket_id);
socket_id         239 content/browser/renderer_host/socket_stream_dispatcher_host.cc     DVLOG(1) << "socket_id=" << socket_id << " already closed.";
socket_id         248 content/browser/renderer_host/socket_stream_dispatcher_host.cc void SocketStreamDispatcherHost::OnCloseReq(int socket_id) {
socket_id         249 content/browser/renderer_host/socket_stream_dispatcher_host.cc   DVLOG(2) << "SocketStreamDispatcherHost::OnCloseReq socket_id=" << socket_id;
socket_id         250 content/browser/renderer_host/socket_stream_dispatcher_host.cc   SocketStreamHost* socket_stream_host = hosts_.Lookup(socket_id);
socket_id         256 content/browser/renderer_host/socket_stream_dispatcher_host.cc void SocketStreamDispatcherHost::DeleteSocketStreamHost(int socket_id) {
socket_id         257 content/browser/renderer_host/socket_stream_dispatcher_host.cc   SocketStreamHost* socket_stream_host = hosts_.Lookup(socket_id);
socket_id         260 content/browser/renderer_host/socket_stream_dispatcher_host.cc   hosts_.Remove(socket_id);
socket_id         261 content/browser/renderer_host/socket_stream_dispatcher_host.cc   if (!Send(new SocketStreamMsg_Closed(socket_id))) {
socket_id         276 content/browser/renderer_host/socket_stream_dispatcher_host.cc     int socket_id = iter.GetCurrentKey();
socket_id         279 content/browser/renderer_host/socket_stream_dispatcher_host.cc     hosts_.Remove(socket_id);
socket_id          79 content/browser/renderer_host/socket_stream_dispatcher_host.h   void OnConnect(int render_frame_id, const GURL& url, int socket_id);
socket_id          80 content/browser/renderer_host/socket_stream_dispatcher_host.h   void OnSendData(int socket_id, const std::vector<char>& data);
socket_id          81 content/browser/renderer_host/socket_stream_dispatcher_host.h   void OnCloseReq(int socket_id);
socket_id          83 content/browser/renderer_host/socket_stream_dispatcher_host.h   void DeleteSocketStreamHost(int socket_id);
socket_id          20 content/browser/renderer_host/socket_stream_host.cc   explicit SocketStreamId(int socket_id) : socket_id_(socket_id) {}
socket_id          34 content/browser/renderer_host/socket_stream_host.cc     int socket_id)
socket_id          38 content/browser/renderer_host/socket_stream_host.cc       socket_id_(socket_id) {
socket_id          50 content/browser/renderer_host/socket_stream_host.cc     return socket_stream_id->socket_id();
socket_id          34 content/browser/renderer_host/socket_stream_host.h                    int socket_id);
socket_id          41 content/browser/renderer_host/socket_stream_host.h   int socket_id() const { return socket_id_; }
socket_id         196 content/child/socket_stream_dispatcher.cc void SocketStreamDispatcher::OnConnected(int socket_id,
socket_id         199 content/child/socket_stream_dispatcher.cc            << max_pending_send_allowed << ") to socket_id=" << socket_id;
socket_id         202 content/child/socket_stream_dispatcher.cc       IPCWebSocketStreamHandleBridge::FromSocketId(socket_id);
socket_id         206 content/child/socket_stream_dispatcher.cc     DLOG(ERROR) << "No bridge for socket_id=" << socket_id;
socket_id         209 content/child/socket_stream_dispatcher.cc void SocketStreamDispatcher::OnSentData(int socket_id, int amount_sent) {
socket_id         211 content/child/socket_stream_dispatcher.cc            << " bytes) to socket_id=" << socket_id;
socket_id         214 content/child/socket_stream_dispatcher.cc       IPCWebSocketStreamHandleBridge::FromSocketId(socket_id);
socket_id         218 content/child/socket_stream_dispatcher.cc     DLOG(ERROR) << "No bridge for socket_id=" << socket_id;
socket_id         222 content/child/socket_stream_dispatcher.cc     int socket_id, const std::vector<char>& data) {
socket_id         224 content/child/socket_stream_dispatcher.cc            << " bytes) to socket_id=" << socket_id;
socket_id         227 content/child/socket_stream_dispatcher.cc       IPCWebSocketStreamHandleBridge::FromSocketId(socket_id);
socket_id         231 content/child/socket_stream_dispatcher.cc     DLOG(ERROR) << "No bridge for socket_id=" << socket_id;
socket_id         234 content/child/socket_stream_dispatcher.cc void SocketStreamDispatcher::OnClosed(int socket_id) {
socket_id         235 content/child/socket_stream_dispatcher.cc   DVLOG(1) << "SocketStreamDispatcher::OnClosed to socket_id=" << socket_id;
socket_id         238 content/child/socket_stream_dispatcher.cc       IPCWebSocketStreamHandleBridge::FromSocketId(socket_id);
socket_id         242 content/child/socket_stream_dispatcher.cc     DLOG(ERROR) << "No bridge for socket_id=" << socket_id;
socket_id         245 content/child/socket_stream_dispatcher.cc void SocketStreamDispatcher::OnFailed(int socket_id, int error_code) {
socket_id         247 content/child/socket_stream_dispatcher.cc       IPCWebSocketStreamHandleBridge::FromSocketId(socket_id);
socket_id         251 content/child/socket_stream_dispatcher.cc     DLOG(ERROR) << "No bridge for socket_id=" << socket_id;
socket_id          40 content/child/socket_stream_dispatcher.h   void OnConnected(int socket_id, int max_amount_send_allowed);
socket_id          41 content/child/socket_stream_dispatcher.h   void OnSentData(int socket_id, int amount_sent);
socket_id          42 content/child/socket_stream_dispatcher.h   void OnReceivedData(int socket_id, const std::vector<char>& data);
socket_id          43 content/child/socket_stream_dispatcher.h   void OnClosed(int socket_id);
socket_id          44 content/child/socket_stream_dispatcher.h   void OnFailed(int socket_id, int error_code);
socket_id         141 content/renderer/p2p/socket_dispatcher.cc     int socket_id, const net::IPEndPoint& address) {
socket_id         142 content/renderer/p2p/socket_dispatcher.cc   P2PSocketClientImpl* client = GetClient(socket_id);
socket_id         149 content/renderer/p2p/socket_dispatcher.cc     int socket_id, const net::IPEndPoint& address) {
socket_id         150 content/renderer/p2p/socket_dispatcher.cc   P2PSocketClientImpl* client = GetClient(socket_id);
socket_id         156 content/renderer/p2p/socket_dispatcher.cc void P2PSocketDispatcher::OnSendComplete(int socket_id) {
socket_id         157 content/renderer/p2p/socket_dispatcher.cc   P2PSocketClientImpl* client = GetClient(socket_id);
socket_id         163 content/renderer/p2p/socket_dispatcher.cc void P2PSocketDispatcher::OnError(int socket_id) {
socket_id         164 content/renderer/p2p/socket_dispatcher.cc   P2PSocketClientImpl* client = GetClient(socket_id);
socket_id         171 content/renderer/p2p/socket_dispatcher.cc     int socket_id, const net::IPEndPoint& address,
socket_id         174 content/renderer/p2p/socket_dispatcher.cc   P2PSocketClientImpl* client = GetClient(socket_id);
socket_id         180 content/renderer/p2p/socket_dispatcher.cc P2PSocketClientImpl* P2PSocketDispatcher::GetClient(int socket_id) {
socket_id         181 content/renderer/p2p/socket_dispatcher.cc   P2PSocketClientImpl* client = clients_.Lookup(socket_id);
socket_id          98 content/renderer/p2p/socket_dispatcher.h   void OnSocketCreated(int socket_id, const net::IPEndPoint& address);
socket_id          99 content/renderer/p2p/socket_dispatcher.h   void OnIncomingTcpConnection(int socket_id, const net::IPEndPoint& address);
socket_id         100 content/renderer/p2p/socket_dispatcher.h   void OnSendComplete(int socket_id);
socket_id         101 content/renderer/p2p/socket_dispatcher.h   void OnError(int socket_id);
socket_id         102 content/renderer/p2p/socket_dispatcher.h   void OnDataReceived(int socket_id, const net::IPEndPoint& address,
socket_id         106 content/renderer/p2p/socket_dispatcher.h   P2PSocketClientImpl* GetClient(int socket_id);
socket_id         307 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         341 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         374 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         449 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         562 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         586 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         605 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         709 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         753 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         795 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         829 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id         861 extensions/browser/api/socket/socket_api.cc   Socket* socket = GetSocket(params_->socket_id);
socket_id          22 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc linked_ptr<SocketInfo> CreateSocketInfo(int socket_id,
socket_id          27 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   socket_info->socket_id = socket_id;
socket_id          90 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc ResumableTCPSocket* TCPSocketAsyncApiFunction::GetTcpSocket(int socket_id) {
socket_id          91 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   return static_cast<ResumableTCPSocket*>(GetSocket(socket_id));
socket_id         104 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc     int socket_id) {
socket_id         105 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   return static_cast<ResumableTCPSocket*>(GetSocket(socket_id));
socket_id         127 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   create_info.socket_id = AddSocket(socket);
socket_id         142 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         171 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         181 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc                                                params_->socket_id);
socket_id         199 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         225 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         257 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         285 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         300 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc                                               params_->socket_id);
socket_id         320 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         343 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         389 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         395 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   RemoveSocket(params_->socket_id);
socket_id         410 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc   ResumableTCPSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         417 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc       CreateSocketInfo(params_->socket_id, socket);
socket_id         434 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc       int socket_id = *it;
socket_id         435 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc       ResumableTCPSocket* socket = GetTcpSocket(socket_id);
socket_id         437 extensions/browser/api/sockets_tcp/sockets_tcp_api.cc         socket_infos.push_back(CreateSocketInfo(socket_id, socket));
socket_id          27 extensions/browser/api/sockets_tcp/sockets_tcp_api.h   ResumableTCPSocket* GetTcpSocket(int socket_id);
socket_id          38 extensions/browser/api/sockets_tcp/sockets_tcp_api.h   ResumableTCPSocket* GetTcpSocket(int socket_id);
socket_id          60 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc                                                int socket_id) {
socket_id          63 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc   StartSocketRead(extension_id, socket_id);
socket_id          67 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc                                               int socket_id) {
socket_id          70 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc   StartSocketRead(extension_id, socket_id);
socket_id          74 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc                                                int socket_id) {
socket_id          82 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc   params.socket_id = socket_id;
socket_id          92 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc       params.sockets->Get(params.extension_id, params.socket_id);
socket_id         129 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc     receive_info.socket_id = params.socket_id;
socket_id         150 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc     receive_error_info.socket_id = params.socket_id;
socket_id         161 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc         params.sockets->Get(params.extension_id, params.socket_id);
socket_id          33 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h   void OnSocketConnect(const std::string& extension_id, int socket_id);
socket_id          36 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h   void OnSocketResume(const std::string& extension_id, int socket_id);
socket_id          63 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h     int socket_id;
socket_id          67 extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.h   void StartSocketRead(const std::string& extension_id, int socket_id);
socket_id          26 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc linked_ptr<SocketInfo> CreateSocketInfo(int socket_id,
socket_id          31 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   socket_info->socket_id = socket_id;
socket_id          73 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc     int socket_id) {
socket_id          74 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   return static_cast<ResumableTCPServerSocket*>(GetSocket(socket_id));
socket_id          98 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   create_info.socket_id = AddSocket(socket);
socket_id         113 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         143 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         153 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc                                                      params_->socket_id);
socket_id         180 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         204 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc                                                    params_->socket_id);
socket_id         221 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         242 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         248 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   RemoveSocket(params_->socket_id);
socket_id         263 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc   ResumableTCPServerSocket* socket = GetTcpSocket(params_->socket_id);
socket_id         270 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc       CreateSocketInfo(params_->socket_id, socket);
socket_id         287 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc       int socket_id = *it;
socket_id         288 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc       ResumableTCPServerSocket* socket = GetTcpSocket(socket_id);
socket_id         290 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.cc         socket_infos.push_back(CreateSocketInfo(socket_id, socket));
socket_id          25 extensions/browser/api/sockets_tcp_server/sockets_tcp_server_api.h   ResumableTCPServerSocket* GetTcpSocket(int socket_id);
socket_id          67 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc     int socket_id) {
socket_id          70 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc   StartSocketAccept(extension_id, socket_id);
socket_id          75 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc     int socket_id) {
socket_id          78 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc   StartSocketAccept(extension_id, socket_id);
socket_id          83 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc     int socket_id) {
socket_id          92 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc   params.socket_id = socket_id;
socket_id         102 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc       params.server_sockets->Get(params.extension_id, params.socket_id);
socket_id         133 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc     accept_info.socket_id = params.socket_id;
socket_id         151 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc     accept_error_info.socket_id = params.socket_id;
socket_id         162 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc         params.server_sockets->Get(params.extension_id, params.socket_id);
socket_id          34 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.h   void OnServerSocketListen(const std::string& extension_id, int socket_id);
socket_id          37 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.h   void OnServerSocketResume(const std::string& extension_id, int socket_id);
socket_id          68 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.h     int socket_id;
socket_id          72 extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.h   void StartSocketAccept(const std::string& extension_id, int socket_id);
socket_id          31 extensions/browser/api/sockets_udp/sockets_udp_api.cc ResumableUDPSocket* UDPSocketAsyncApiFunction::GetUdpSocket(int socket_id) {
socket_id          32 extensions/browser/api/sockets_udp/sockets_udp_api.cc   return static_cast<ResumableUDPSocket*>(GetSocket(socket_id));
socket_id          45 extensions/browser/api/sockets_udp/sockets_udp_api.cc     int socket_id) {
socket_id          46 extensions/browser/api/sockets_udp/sockets_udp_api.cc   return static_cast<ResumableUDPSocket*>(GetSocket(socket_id));
socket_id          50 extensions/browser/api/sockets_udp/sockets_udp_api.cc     int socket_id,
socket_id          56 extensions/browser/api/sockets_udp/sockets_udp_api.cc   socket_info->socket_id = socket_id;
socket_id         109 extensions/browser/api/sockets_udp/sockets_udp_api.cc   create_info.socket_id = AddSocket(socket);
socket_id         124 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         153 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         163 extensions/browser/api/sockets_udp/sockets_udp_api.cc                                                params_->socket_id);
socket_id         189 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         205 extensions/browser/api/sockets_udp/sockets_udp_api.cc                                            params_->socket_id);
socket_id         227 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         254 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         302 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         309 extensions/browser/api/sockets_udp/sockets_udp_api.cc   RemoveSocket(params_->socket_id);
socket_id         324 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         331 extensions/browser/api/sockets_udp/sockets_udp_api.cc       CreateSocketInfo(params_->socket_id, socket);
socket_id         348 extensions/browser/api/sockets_udp/sockets_udp_api.cc       int socket_id = *it;
socket_id         349 extensions/browser/api/sockets_udp/sockets_udp_api.cc       ResumableUDPSocket* socket = GetUdpSocket(socket_id);
socket_id         351 extensions/browser/api/sockets_udp/sockets_udp_api.cc         socket_infos.push_back(CreateSocketInfo(socket_id, socket));
socket_id         369 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         401 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         436 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         462 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id         485 extensions/browser/api/sockets_udp/sockets_udp_api.cc   ResumableUDPSocket* socket = GetUdpSocket(params_->socket_id);
socket_id          27 extensions/browser/api/sockets_udp/sockets_udp_api.h   ResumableUDPSocket* GetUdpSocket(int socket_id);
socket_id          38 extensions/browser/api/sockets_udp/sockets_udp_api.h   ResumableUDPSocket* GetUdpSocket(int socket_id);
socket_id          56 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc                                             int socket_id) {
socket_id          57 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc   OnSocketResume(extension_id, socket_id);
socket_id          61 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc                                               int socket_id) {
socket_id          69 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc   params.socket_id = socket_id;
socket_id          79 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc       params.sockets->Get(params.extension_id, params.socket_id);
socket_id         113 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc     receive_info.socket_id = params.socket_id;
socket_id         136 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc     receive_error_info.socket_id = params.socket_id;
socket_id         147 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc         params.sockets->Get(params.extension_id, params.socket_id);
socket_id          33 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h   void OnSocketBind(const std::string& extension_id, int socket_id);
socket_id          36 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h   void OnSocketResume(const std::string& extension_id, int socket_id);
socket_id          63 extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h     int socket_id;
socket_id         168 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Destroy)(PP_Instance instance, struct PP_Var socket_id);
socket_id         188 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
socket_id         210 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
socket_id         222 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Disconnect)(PP_Instance instance, struct PP_Var socket_id);
socket_id         237 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
socket_id         254 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                    struct PP_Var socket_id,
socket_id         272 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                       struct PP_Var socket_id,
socket_id         293 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
socket_id         320 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
socket_id         342 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
socket_id         362 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var socket_id,
socket_id         381 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var socket_id,
socket_id         397 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
socket_id         429 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                        struct PP_Var socket_id,
socket_id         453 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var socket_id,
socket_id         472 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                     struct PP_Var socket_id,
socket_id         502 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                                       struct PP_Var socket_id,
socket_id         519 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                              struct PP_Var socket_id,
socket_id         532 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Destroy)(PP_Instance instance, struct PP_Var socket_id);
socket_id         534 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
socket_id         540 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
socket_id         545 ppapi/c/extensions/dev/ppb_ext_socket_dev.h   void (*Disconnect)(PP_Instance instance, struct PP_Var socket_id);
socket_id         547 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                   struct PP_Var socket_id,
socket_id         552 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                    struct PP_Var socket_id,
socket_id         557 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                       struct PP_Var socket_id,
socket_id         562 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
socket_id         569 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
socket_id         576 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                     struct PP_Var socket_id,
socket_id         580 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                           struct PP_Var socket_id,
socket_id         586 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                         struct PP_Var socket_id,
socket_id         591 ppapi/c/extensions/dev/ppb_ext_socket_dev.h                      struct PP_Var socket_id,
socket_id          69 ppapi/cpp/extensions/dev/socket_dev.cc     : socket_id(kSocketId) {
socket_id          80 ppapi/cpp/extensions/dev/socket_dev.cc   bool result = socket_id.Populate(dict);
socket_id          88 ppapi/cpp/extensions/dev/socket_dev.cc   bool result = socket_id.AddTo(&dict);
socket_id         113 ppapi/cpp/extensions/dev/socket_dev.cc   result = socket_id.Populate(dict) && result;
socket_id         122 ppapi/cpp/extensions/dev/socket_dev.cc   result = socket_id.MayAddTo(&dict) && result;
socket_id         334 ppapi/cpp/extensions/dev/socket_dev.cc void Socket_Dev::Destroy(int32_t socket_id) {
socket_id         338 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         345 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::Connect(int32_t socket_id,
socket_id         352 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         365 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::Bind(int32_t socket_id,
socket_id         372 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         385 ppapi/cpp/extensions/dev/socket_dev.cc void Socket_Dev::Disconnect(int32_t socket_id) {
socket_id         389 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         396 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::Read(int32_t socket_id,
socket_id         402 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         413 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::Write(int32_t socket_id,
socket_id         419 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         430 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::RecvFrom(int32_t socket_id,
socket_id         436 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         447 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::SendTo(int32_t socket_id,
socket_id         455 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         470 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::Listen(int32_t socket_id,
socket_id         478 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         493 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::Accept(int32_t socket_id,
socket_id         498 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         507 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::SetKeepAlive(int32_t socket_id,
socket_id         514 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         527 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::SetNoDelay(int32_t socket_id,
socket_id         533 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         544 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::GetInfo(int32_t socket_id,
socket_id         549 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         568 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::JoinGroup(int32_t socket_id,
socket_id         574 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         585 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::LeaveGroup(int32_t socket_id,
socket_id         591 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         603 ppapi/cpp/extensions/dev/socket_dev.cc     int32_t socket_id,
socket_id         609 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         621 ppapi/cpp/extensions/dev/socket_dev.cc     int32_t socket_id,
socket_id         627 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id         638 ppapi/cpp/extensions/dev/socket_dev.cc int32_t Socket_Dev::GetJoinedGroups(int32_t socket_id,
socket_id         643 ppapi/cpp/extensions/dev/socket_dev.cc   internal::ToVarConverter<int32_t> socket_id_var(socket_id);
socket_id          66 ppapi/cpp/extensions/dev/socket_dev.h   DictField<int32_t> socket_id;
socket_id          82 ppapi/cpp/extensions/dev/socket_dev.h   OptionalDictField<int32_t> socket_id;
socket_id         186 ppapi/cpp/extensions/dev/socket_dev.h   void Destroy(int32_t socket_id);
socket_id         189 ppapi/cpp/extensions/dev/socket_dev.h   int32_t Connect(int32_t socket_id,
socket_id         195 ppapi/cpp/extensions/dev/socket_dev.h   int32_t Bind(int32_t socket_id,
socket_id         200 ppapi/cpp/extensions/dev/socket_dev.h   void Disconnect(int32_t socket_id);
socket_id         203 ppapi/cpp/extensions/dev/socket_dev.h   int32_t Read(int32_t socket_id,
socket_id         208 ppapi/cpp/extensions/dev/socket_dev.h   int32_t Write(int32_t socket_id,
socket_id         213 ppapi/cpp/extensions/dev/socket_dev.h   int32_t RecvFrom(int32_t socket_id,
socket_id         218 ppapi/cpp/extensions/dev/socket_dev.h   int32_t SendTo(int32_t socket_id,
socket_id         225 ppapi/cpp/extensions/dev/socket_dev.h   int32_t Listen(int32_t socket_id,
socket_id         232 ppapi/cpp/extensions/dev/socket_dev.h   int32_t Accept(int32_t socket_id, const AcceptCallback& callback);
socket_id         235 ppapi/cpp/extensions/dev/socket_dev.h   int32_t SetKeepAlive(int32_t socket_id,
socket_id         241 ppapi/cpp/extensions/dev/socket_dev.h   int32_t SetNoDelay(int32_t socket_id,
socket_id         246 ppapi/cpp/extensions/dev/socket_dev.h   int32_t GetInfo(int32_t socket_id,
socket_id         254 ppapi/cpp/extensions/dev/socket_dev.h   int32_t JoinGroup(int32_t socket_id,
socket_id         259 ppapi/cpp/extensions/dev/socket_dev.h   int32_t LeaveGroup(int32_t socket_id,
socket_id         266 ppapi/cpp/extensions/dev/socket_dev.h       int32_t socket_id,
socket_id         273 ppapi/cpp/extensions/dev/socket_dev.h       int32_t socket_id,
socket_id         279 ppapi/cpp/extensions/dev/socket_dev.h   int32_t GetJoinedGroups(int32_t socket_id,
socket_id        4101 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M28_PPB_Ext_Socket_Dev_Destroy(PP_Instance instance, struct PP_Var* socket_id) {
socket_id        4103 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->Destroy(instance, *socket_id);
socket_id        4106 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Connect(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* hostname, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4108 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Connect(instance, *socket_id, *hostname, *port, result, *callback);
socket_id        4111 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Bind(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4113 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Bind(instance, *socket_id, *address, *port, result, *callback);
socket_id        4116 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M28_PPB_Ext_Socket_Dev_Disconnect(PP_Instance instance, struct PP_Var* socket_id) {
socket_id        4118 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->Disconnect(instance, *socket_id);
socket_id        4121 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Read(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback* callback) {
socket_id        4123 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Read(instance, *socket_id, *buffer_size, read_info, *callback);
socket_id        4126 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Write(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
socket_id        4128 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Write(instance, *socket_id, *data, write_info, *callback);
socket_id        4131 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_RecvFrom(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback* callback) {
socket_id        4133 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->RecvFrom(instance, *socket_id, *buffer_size, recv_from_info, *callback);
socket_id        4136 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SendTo(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, struct PP_Var* address, struct PP_Var* port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
socket_id        4138 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SendTo(instance, *socket_id, *data, *address, *port, write_info, *callback);
socket_id        4141 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Listen(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* backlog, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4143 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Listen(instance, *socket_id, *address, *port, *backlog, result, *callback);
socket_id        4146 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_Accept(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback* callback) {
socket_id        4148 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Accept(instance, *socket_id, accept_info, *callback);
socket_id        4151 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SetKeepAlive(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* enable, struct PP_Var* delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4153 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetKeepAlive(instance, *socket_id, *enable, *delay, result, *callback);
socket_id        4156 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_SetNoDelay(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* no_delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4158 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetNoDelay(instance, *socket_id, *no_delay, result, *callback);
socket_id        4161 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M28_PPB_Ext_Socket_Dev_GetInfo(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback* callback) {
socket_id        4163 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetInfo(instance, *socket_id, result, *callback);
socket_id        4180 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_Ext_Socket_Dev_Destroy(PP_Instance instance, struct PP_Var* socket_id) {
socket_id        4182 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->Destroy(instance, *socket_id);
socket_id        4185 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Connect(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* hostname, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4187 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Connect(instance, *socket_id, *hostname, *port, result, *callback);
socket_id        4190 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Bind(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4192 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Bind(instance, *socket_id, *address, *port, result, *callback);
socket_id        4195 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M29_PPB_Ext_Socket_Dev_Disconnect(PP_Instance instance, struct PP_Var* socket_id) {
socket_id        4197 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   iface->Disconnect(instance, *socket_id);
socket_id        4200 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Read(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback* callback) {
socket_id        4202 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Read(instance, *socket_id, *buffer_size, read_info, *callback);
socket_id        4205 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Write(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
socket_id        4207 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Write(instance, *socket_id, *data, write_info, *callback);
socket_id        4210 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback* callback) {
socket_id        4212 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->RecvFrom(instance, *socket_id, *buffer_size, recv_from_info, *callback);
socket_id        4215 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SendTo(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* data, struct PP_Var* address, struct PP_Var* port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback* callback) {
socket_id        4217 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SendTo(instance, *socket_id, *data, *address, *port, write_info, *callback);
socket_id        4220 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Listen(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* port, struct PP_Var* backlog, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4222 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Listen(instance, *socket_id, *address, *port, *backlog, result, *callback);
socket_id        4225 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_Accept(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback* callback) {
socket_id        4227 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Accept(instance, *socket_id, accept_info, *callback);
socket_id        4230 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetKeepAlive(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* enable, struct PP_Var* delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4232 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetKeepAlive(instance, *socket_id, *enable, *delay, result, *callback);
socket_id        4235 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetNoDelay(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* no_delay, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4237 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetNoDelay(instance, *socket_id, *no_delay, result, *callback);
socket_id        4240 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_GetInfo(PP_Instance instance, struct PP_Var* socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback* callback) {
socket_id        4242 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetInfo(instance, *socket_id, result, *callback);
socket_id        4250 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_JoinGroup(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4252 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->JoinGroup(instance, *socket_id, *address, result, *callback);
socket_id        4255 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_LeaveGroup(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* address, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4257 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->LeaveGroup(instance, *socket_id, *address, result, *callback);
socket_id        4260 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastTimeToLive(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* ttl, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4262 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetMulticastTimeToLive(instance, *socket_id, *ttl, result, *callback);
socket_id        4265 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastLoopbackMode(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* enabled, struct PP_Var* result, struct PP_CompletionCallback* callback) {
socket_id        4267 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->SetMulticastLoopbackMode(instance, *socket_id, *enabled, result, *callback);
socket_id        4270 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static int32_t Pnacl_M29_PPB_Ext_Socket_Dev_GetJoinedGroups(PP_Instance instance, struct PP_Var* socket_id, struct PP_Var* groups, struct PP_CompletionCallback* callback) {
socket_id        4272 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->GetJoinedGroups(instance, *socket_id, groups, *callback);
socket_id        5368 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M28_PPB_Ext_Socket_Dev_Destroy,
socket_id        5369 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Connect,
socket_id        5370 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Bind,
socket_id        5371 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M28_PPB_Ext_Socket_Dev_Disconnect,
socket_id        5372 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Read,
socket_id        5373 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Write,
socket_id        5374 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_RecvFrom,
socket_id        5375 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SendTo,
socket_id        5376 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Listen,
socket_id        5377 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Accept = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_Accept,
socket_id        5378 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetKeepAlive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var enable, struct PP_Var delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SetKeepAlive,
socket_id        5379 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetNoDelay = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var no_delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_SetNoDelay,
socket_id        5380 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetInfo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback callback))&Pnacl_M28_PPB_Ext_Socket_Dev_GetInfo,
socket_id        5386 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Destroy = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M29_PPB_Ext_Socket_Dev_Destroy,
socket_id        5387 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Connect = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var hostname, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Connect,
socket_id        5388 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Bind = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Bind,
socket_id        5389 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Disconnect = (void (*)(PP_Instance instance, struct PP_Var socket_id))&Pnacl_M29_PPB_Ext_Socket_Dev_Disconnect,
socket_id        5390 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Read = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_ReadInfo_Dev* read_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Read,
socket_id        5391 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Write = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Write,
socket_id        5392 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .RecvFrom = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var buffer_size, PP_Ext_Socket_RecvFromInfo_Dev* recv_from_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_RecvFrom,
socket_id        5393 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SendTo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var data, struct PP_Var address, struct PP_Var port, PP_Ext_Socket_WriteInfo_Dev* write_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SendTo,
socket_id        5394 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Listen = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var port, struct PP_Var backlog, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Listen,
socket_id        5395 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Accept = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_AcceptInfo_Dev* accept_info, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_Accept,
socket_id        5396 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetKeepAlive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var enable, struct PP_Var delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetKeepAlive,
socket_id        5397 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetNoDelay = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var no_delay, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetNoDelay,
socket_id        5398 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetInfo = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, PP_Ext_Socket_SocketInfo_Dev* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_GetInfo,
socket_id        5400 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .JoinGroup = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_JoinGroup,
socket_id        5401 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .LeaveGroup = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var address, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_LeaveGroup,
socket_id        5402 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetMulticastTimeToLive = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var ttl, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastTimeToLive,
socket_id        5403 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .SetMulticastLoopbackMode = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var enabled, struct PP_Var* result, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_SetMulticastLoopbackMode,
socket_id        5404 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .GetJoinedGroups = (int32_t (*)(PP_Instance instance, struct PP_Var socket_id, struct PP_Var* groups, struct PP_CompletionCallback callback))&Pnacl_M29_PPB_Ext_Socket_Dev_GetJoinedGroups
socket_id         100 ppapi/tests/extensions/socket/test_socket.cc     int32_t socket_id = 0;
socket_id         109 ppapi/tests/extensions/socket/test_socket.cc       socket_id = callback.output().socket_id();
socket_id         110 ppapi/tests/extensions/socket/test_socket.cc       if (socket_id <= 0)
socket_id         117 ppapi/tests/extensions/socket/test_socket.cc           socket_id, address_, port_, Optional<int32_t>(),
socket_id         134 ppapi/tests/extensions/socket/test_socket.cc       client_socket_id = callback.output().socket_id();
socket_id         153 ppapi/tests/extensions/socket/test_socket.cc       callback.WaitForResult(socket_.Accept(socket_id, callback.GetCallback()));
socket_id         157 ppapi/tests/extensions/socket/test_socket.cc       if (accept_info.result_code() != 0 || !accept_info.socket_id().IsSet())
socket_id         159 ppapi/tests/extensions/socket/test_socket.cc       accepted_socket_id = *accept_info.socket_id();
socket_id         195 ppapi/tests/extensions/socket/test_socket.cc     socket_.Destroy(socket_id);
socket_id         200 ppapi/tests/extensions/socket/test_socket.cc     int32_t socket_id = 0;
socket_id         209 ppapi/tests/extensions/socket/test_socket.cc       socket_id = callback.output().socket_id();
socket_id         210 ppapi/tests/extensions/socket/test_socket.cc       if (socket_id <= 0)
socket_id         217 ppapi/tests/extensions/socket/test_socket.cc           socket_id, 0, callback.GetCallback()));
socket_id         225 ppapi/tests/extensions/socket/test_socket.cc           socket_id, -3, callback.GetCallback()));
socket_id         235 ppapi/tests/extensions/socket/test_socket.cc           socket_id, false, callback.GetCallback()));
socket_id         243 ppapi/tests/extensions/socket/test_socket.cc           socket_id, true, callback.GetCallback()));
socket_id         248 ppapi/tests/extensions/socket/test_socket.cc     socket_.Destroy(socket_id);
socket_id         249 ppapi/tests/extensions/socket/test_socket.cc     socket_id = 0;
socket_id         260 ppapi/tests/extensions/socket/test_socket.cc       server_socket_id = callback.output().socket_id();
socket_id         304 ppapi/tests/extensions/socket/test_socket.cc       client_socket_id = callback.output().socket_id();
socket_id         389 ppapi/tests/extensions/socket/test_socket.cc     int32_t socket_id = 0;
socket_id         398 ppapi/tests/extensions/socket/test_socket.cc       socket_id = callback.output().socket_id();
socket_id         399 ppapi/tests/extensions/socket/test_socket.cc       if (socket_id <= 0)
socket_id         406 ppapi/tests/extensions/socket/test_socket.cc       callback.WaitForResult(socket_.GetInfo(socket_id,
socket_id         428 ppapi/tests/extensions/socket/test_socket.cc             socket_id, address_, port_, callback.GetCallback()));
socket_id         436 ppapi/tests/extensions/socket/test_socket.cc             socket_id, "0.0.0.0", 0, callback.GetCallback()));
socket_id         447 ppapi/tests/extensions/socket/test_socket.cc       callback.WaitForResult(socket_.GetInfo(socket_id,
socket_id         486 ppapi/tests/extensions/socket/test_socket.cc           socket_id, true, callback.GetCallback()));
socket_id         501 ppapi/tests/extensions/socket/test_socket.cc           socket_id, true, 1000, callback.GetCallback()));
socket_id         521 ppapi/tests/extensions/socket/test_socket.cc         int32_t read_result = socket_.Read(socket_id, Optional<int32_t>(),
socket_id         529 ppapi/tests/extensions/socket/test_socket.cc             socket_id, input_array_buffer, write_callback.GetCallback()));
socket_id         545 ppapi/tests/extensions/socket/test_socket.cc             socket_id, Optional<int32_t>(), recv_from_callback.GetCallback());
socket_id         552 ppapi/tests/extensions/socket/test_socket.cc             socket_id, input_array_buffer, address_, port_,
socket_id         595 ppapi/tests/extensions/socket/test_socket.cc     socket_.Destroy(socket_id);
socket_id          36 ppapi/thunk/ppb_ext_socket_thunk.cc void Destroy(PP_Instance instance, PP_Var socket_id) {
socket_id          42 ppapi/thunk/ppb_ext_socket_thunk.cc   args.push_back(socket_id);
socket_id          47 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var socket_id,
socket_id          58 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id          67 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var socket_id,
socket_id          78 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id          86 ppapi/thunk/ppb_ext_socket_thunk.cc void Disconnect(PP_Instance instance, PP_Var socket_id) {
socket_id          92 ppapi/thunk/ppb_ext_socket_thunk.cc   args.push_back(socket_id);
socket_id          97 ppapi/thunk/ppb_ext_socket_thunk.cc              PP_Var socket_id,
socket_id         107 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         115 ppapi/thunk/ppb_ext_socket_thunk.cc               PP_Var socket_id,
socket_id         125 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         133 ppapi/thunk/ppb_ext_socket_thunk.cc                  PP_Var socket_id,
socket_id         143 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         151 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var socket_id,
socket_id         163 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         173 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var socket_id,
socket_id         185 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         195 ppapi/thunk/ppb_ext_socket_thunk.cc                PP_Var socket_id,
socket_id         204 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         211 ppapi/thunk/ppb_ext_socket_thunk.cc                      PP_Var socket_id,
socket_id         222 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         231 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var socket_id,
socket_id         241 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         249 ppapi/thunk/ppb_ext_socket_thunk.cc                 PP_Var socket_id,
socket_id         258 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         279 ppapi/thunk/ppb_ext_socket_thunk.cc                   PP_Var socket_id,
socket_id         289 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         297 ppapi/thunk/ppb_ext_socket_thunk.cc                    PP_Var socket_id,
socket_id         307 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         315 ppapi/thunk/ppb_ext_socket_thunk.cc                                PP_Var socket_id,
socket_id         325 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         334 ppapi/thunk/ppb_ext_socket_thunk.cc                                  PP_Var socket_id,
socket_id         344 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);
socket_id         353 ppapi/thunk/ppb_ext_socket_thunk.cc                         PP_Var socket_id,
socket_id         362 ppapi/thunk/ppb_ext_socket_thunk.cc   input_args.push_back(socket_id);