Searched refs:pending_host_id (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Dtcp_socket_resource.cc33 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,
31 TCPSocketResource(Connection connection, PP_Instance instance, int pending_host_id, const PP_NetAddress_Private& local_addr, const PP_NetAddress_Private& remote_addr) argument
124 CreateAcceptedSocket( int pending_host_id, const PP_NetAddress_Private& local_addr, const PP_NetAddress_Private& remote_addr) argument
H A Dtcp_socket_resource.h56 int pending_host_id,
64 int pending_host_id,
H A Dplugin_resource.cc99 int pending_host_id) {
109 new PpapiHostMsg_AttachToPendingHost(pp_resource(), pending_host_id));
98 AttachToPendingHost(Destination dest, int pending_host_id) argument
H A Dtcp_socket_resource_base.h67 int pending_host_id,
116 int pending_host_id,
H A Dtcp_socket_private_resource.h64 int pending_host_id,
H A Dtcp_socket_resource_base.cc474 int pending_host_id,
485 *accepted_tcp_socket_ = CreateAcceptedSocket(pending_host_id, local_addr,
472 OnPluginMsgAcceptReply( const ResourceMessageReplyParams& params, int pending_host_id, const PP_NetAddress_Private& local_addr, const PP_NetAddress_Private& remote_addr) argument
H A Dplugin_resource.h67 void AttachToPendingHost(Destination dest, int pending_host_id);
/external/chromium_org/ppapi/host/
H A Dppapi_host.h116 void OnHostMsgAttachToPendingHost(PP_Resource resource, int pending_host_id);
H A Dppapi_host.cc251 int pending_host_id) {
253 pending_resource_hosts_.find(pending_host_id);
250 OnHostMsgAttachToPendingHost(PP_Resource pp_resource, int pending_host_id) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_socket_message_filter.cc887 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);
982 int pending_host_id,
989 pending_host_id, local_addr, remote_addr));
979 SendAcceptReply( const ppapi::host::ReplyMessageContext& context, int32_t pp_result, int pending_host_id, const PP_NetAddress_Private& local_addr, const PP_NetAddress_Private& remote_addr) argument
H A Dpepper_tcp_socket_message_filter.h152 int pending_host_id,
/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.cc938 int pending_host_id = host_impl->GetPpapiHost()->AddPendingResourceHost( local
940 DCHECK(pending_host_id);
949 pending_host_id));
3362 int pending_host_id,
3376 pending_host_id,
3393 ppapi::API_ID_PPP_INSTANCE, pp_instance(), pending_host_id, data));
3360 DidDataFromWebURLResponse( const blink::WebURLResponse& response, int pending_host_id, const ppapi::URLResponseInfoData& data) argument
H A Dpepper_plugin_instance_impl.h705 int pending_host_id,

Completed in 1625 milliseconds