HomeSort by relevance Sort by last modified time
    Searched refs: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/c/private/
ppb_nacl_private.h 65 * and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
89 void* imc_handle,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 41 * and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
65 [out] mem_t imc_handle,
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 89 void* imc_handle,
149 *(static_cast<NaClHandle*>(imc_handle)) =
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 628 // No need to dup the imc_handle - we don't pass it anywhere else so
630 FileDescriptor imc_handle; local
631 imc_handle.fd = internal_->socket_for_renderer;
632 imc_handle.auto_close = true;
633 handle_for_renderer = imc_handle;
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 263 milliseconds