HomeSort by relevance Sort by last modified time
    Searched defs:GetNexeFd (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 134 int32_t (*GetNexeFd)(PP_Instance instance,
146 * must first have called GetNexeFd for the same instance. (The browser is
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc 76 // GetNexeFd.
156 ///////////////////////////////////////// GetNexeFd implementation
159 void PnaclHost::GetNexeFd(int render_process_id,
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/
ppb_nacl_private_impl.cc 253 int32_t GetNexeFd(PP_Instance instance,
362 &GetNexeFd,

Completed in 54 milliseconds