Searched refs:GetNexeFd (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ppapi/c/private/ |
D | ppb_nacl_private.h | 143 int32_t (*GetNexeFd)(PP_Instance instance, member
|
/external/chromium_org/components/nacl/browser/ |
D | pnacl_host.h | 68 void GetNexeFd(int render_process_id,
|
D | nacl_host_message_filter.cc | 147 pnacl::PnaclHost::GetInstance()->GetNexeFd( in OnGetNexeFd()
|
D | pnacl_host.cc | 175 void PnaclHost::GetNexeFd(int render_process_id, in GetNexeFd() function in pnacl::PnaclHost 189 base::Bind(&PnaclHost::GetNexeFd, in GetNexeFd()
|
D | pnacl_host_unittest.cc | 120 host_->GetNexeFd( \
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 242 int32_t GetNexeFd(PP_Instance instance, in GetNexeFd() function 420 &GetNexeFd,
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_nacl_private.idl | 126 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/ |
D | pnacl_coordinator.cc | 508 plugin_->nacl_interface()->GetNexeFd( in ResourcesDidLoad()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3021 …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…
|