/external/chromium_org/ppapi/proxy/ |
tcp_socket_resource.cc | 33 int pending_host_id, 39 AttachToPendingHost(BROWSER, pending_host_id); 125 int pending_host_id, 128 return (new TCPSocketResource(connection(), pp_instance(), pending_host_id,
|
tcp_socket_resource.h | 56 int pending_host_id, 64 int pending_host_id,
|
tcp_socket_private_resource.h | 64 int pending_host_id,
|
tcp_socket_resource_base.h | 67 int pending_host_id, 116 int pending_host_id,
|
tcp_socket_private_resource.cc | 112 int /* pending_host_id */,
|
plugin_resource.cc | 99 int pending_host_id) { 109 new PpapiHostMsg_AttachToPendingHost(pp_resource(), pending_host_id));
|
tcp_socket_resource_base.cc | 474 int pending_host_id, 485 *accepted_tcp_socket_ = CreateAcceptedSocket(pending_host_id, local_addr,
|
plugin_resource.h | 67 void AttachToPendingHost(Destination dest, int pending_host_id);
|
ppapi_messages.h | [all...] |
/external/chromium_org/ppapi/host/ |
ppapi_host.cc | 251 int pending_host_id) { 253 pending_resource_hosts_.find(pending_host_id);
|
ppapi_host.h | 116 void OnHostMsgAttachToPendingHost(PP_Resource resource, int pending_host_id);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_tcp_socket_message_filter.cc | 887 int pending_host_id = ppapi_host_->AddPendingResourceHost(host.Pass()); local 888 if (pending_host_id) 889 SendAcceptReply(context, PP_OK, pending_host_id, local_addr, remote_addr); [all...] |
pepper_tcp_socket_message_filter.h | 152 int pending_host_id,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_plugin_instance_impl.cc | 938 int pending_host_id = host_impl->GetPpapiHost()->AddPendingResourceHost( local [all...] |
pepper_plugin_instance_impl.h | 705 int pending_host_id, [all...] |