Searched defs:GetNexeFd (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h134 int32_t (*GetNexeFd)(PP_Instance instance, member in struct:PPB_NaCl_Private_1_0
146 * must first have called GetNexeFd for the same instance. (The browser is
/external/chromium_org/chrome/browser/nacl_host/
H A Dpnacl_host.cc76 // GetNexeFd.
156 ///////////////////////////////////////// GetNexeFd implementation
159 void PnaclHost::GetNexeFd(int render_process_id, function in class:PnaclHost
173 base::Bind(&PnaclHost::GetNexeFd,
190 LOG(ERROR) << "PnaclHost::GetNexeFd for already-pending translation";
196 LOG(ERROR) << "PnaclHost::GetNexeFd: Invalid cache info";
326 //////////////////// GetNexeFd miss path
475 //////////////////// GetNexeFd hit path
/external/chromium_org/chrome/renderer/pepper/
H A Dppb_nacl_private_impl.cc253 int32_t GetNexeFd(PP_Instance instance, function in namespace:__anon6918
362 &GetNexeFd,

Completed in 83 milliseconds