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

  /external/chromium_org/ppapi/c/private/
ppb_nacl_private.h 202 * and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
234 void* imc_handle,
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 159 * and writes a NaClHandle to imc_handle. Returns PP_EXTERNAL_PLUGIN_FAILED on
191 [out] mem_t imc_handle,
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 709 // No need to dup the imc_handle - we don't pass it anywhere else so
711 FileDescriptor imc_handle; local
712 imc_handle.fd = socket_for_renderer_.TakePlatformFile();
713 imc_handle.auto_close = true;
714 imc_handle_for_renderer = imc_handle;
    [all...]
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 290 void* imc_handle,
395 *(static_cast<NaClHandle*>(imc_handle)) = ToNativeHandle(result_socket);
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]

Completed in 1372 milliseconds