Home
last modified time | relevance | path

Searched refs:GetNexeFd (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/ppapi/c/private/
Dppb_nacl_private.h143 int32_t (*GetNexeFd)(PP_Instance instance, member
/external/chromium_org/components/nacl/browser/
Dpnacl_host.h68 void GetNexeFd(int render_process_id,
Dnacl_host_message_filter.cc147 pnacl::PnaclHost::GetInstance()->GetNexeFd( in OnGetNexeFd()
Dpnacl_host.cc175 void PnaclHost::GetNexeFd(int render_process_id, in GetNexeFd() function in pnacl::PnaclHost
189 base::Bind(&PnaclHost::GetNexeFd, in GetNexeFd()
Dpnacl_host_unittest.cc120 host_->GetNexeFd( \
/external/chromium_org/components/nacl/renderer/
Dppb_nacl_private_impl.cc242 int32_t GetNexeFd(PP_Instance instance, in GetNexeFd() function
420 &GetNexeFd,
/external/chromium_org/ppapi/api/private/
Dppb_nacl_private.idl126 int32_t GetNexeFd([in] PP_Instance instance,
140 * must first have called GetNexeFd for the same instance. (The browser is
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dpnacl_coordinator.cc508 plugin_->nacl_interface()->GetNexeFd( in ResourcesDidLoad()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c3021 …return iface->GetNexeFd(instance, pexe_url, abi_version, opt_level, last_modified, etag, has_no_st… in Pnacl_M25_PPB_NaCl_Private_GetNexeFd()
4882 ….GetNexeFd = (int32_t (*)(PP_Instance instance, const char* pexe_url, uint32_t abi_version, uint32…