Searched refs:GetNexeSize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h331 int64_t (*GetNexeSize)(PP_Instance instance); member in struct:PPB_NaCl_Private_1_0
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl311 int64_t GetNexeSize([in] PP_Instance instance);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dplugin.cc339 int64_t nexe_size = nacl_interface_->GetNexeSize(pp_instance());
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc802 int64_t GetNexeSize(PP_Instance instance) { function in namespace:nacl::__anon6635
1671 &GetNexeSize,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3570 return iface->GetNexeSize(instance);
5489 .GetNexeSize = (int64_t (*)(PP_Instance instance))&Pnacl_M25_PPB_NaCl_Private_GetNexeSize,

Completed in 1408 milliseconds