HomeSort by relevance Sort by last modified time
    Searched full:imc_handle (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 207 // No need to dup the imc_handle - we don't pass it anywhere else so
209 nacl::FileDescriptor imc_handle;
210 imc_handle.fd = internal_->sockets_for_renderer[i];
211 imc_handle.auto_close = true;
212 handles_for_renderer.push_back(imc_handle);
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 26 * and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
46 [out] mem_t imc_handle,
  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 54 * and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
74 void* imc_handle,
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 88 void* imc_handle,
147 *(static_cast<NaClHandle*>(imc_handle)) =
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 556 // No need to dup the imc_handle - we don't pass it anywhere else so
558 nacl::FileDescriptor imc_handle; local
559 imc_handle.fd = internal_->socket_for_renderer;
560 imc_handle.auto_close = true;
561 handle_for_renderer = imc_handle;
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 363 milliseconds