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

  /external/chromium_org/components/nacl/browser/
pnacl_host.h 42 // Initialize cache backend. GetNexeFd will also initialize the backend if
70 void GetNexeFd(int render_process_id,
141 // GetNexeFd common steps
150 // GetNexeFd miss path
159 // GetNexeFd hit path
nacl_host_message_filter.cc 226 LOG(ERROR) << "Bad URL received from GetNexeFd: " <<
232 pnacl::PnaclHost::GetInstance()->GetNexeFd(
pnacl_host.cc 140 // GetNexeFd.
223 ///////////////////////////////////////// GetNexeFd implementation
226 void PnaclHost::GetNexeFd(int render_process_id,
240 base::Bind(&PnaclHost::GetNexeFd,
257 LOG(ERROR) << "GetNexeFd for already-pending translation";
263 LOG(ERROR) << "GetNexeFd: Invalid cache info";
400 //////////////////// GetNexeFd miss path
558 //////////////////// GetNexeFd hit path
pnacl_host_unittest.cc 66 // Callbacks used by tests which call GetNexeFd.
122 host_->GetNexeFd( \
450 // a GetNexeFd gets queued, and then another DeInitIfSafe gets queued before
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 316 int32_t (*GetNexeFd)(PP_Instance instance,
328 * must first have called GetNexeFd for the same instance. (The browser is
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 272 int32_t GetNexeFd([in] PP_Instance instance,
285 * must first have called GetNexeFd for the same instance. (The browser is
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.cc 356 plugin_->nacl_interface()->GetNexeFd(
370 nacl::string("Call to GetNexeFd failed"));
380 nacl::string("GetNexeFd failed"));
388 "PnaclCoordinator: Got bad temp file handle from GetNexeFd"));
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 539 int32_t GetNexeFd(PP_Instance instance,
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 736 milliseconds