Searched refs:OpenManifestEntry (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h380 void (*OpenManifestEntry)(PP_Instance instance, member in struct:PPB_NaCl_Private_1_0
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.h100 virtual bool OpenManifestEntry(std::string url_key,
H A Dservice_runtime.cc95 // TODO(bsy): OpenManifestEntry should use the manifest to ResolveKey
98 bool PluginReverseInterface::OpenManifestEntry(std::string url_key, function in class:plugin::PluginReverseInterface
102 // TODO(teravest): Remove support for OpenManifestEntry here once
106 "OpenManifestEntry should only be used by PNaCl translator.\n");
118 NaClLog(4, "PluginReverseInterface::OpenManifestEntry: %s\n",
128 "PluginReverseInterface::OpenManifestEntry:"
135 NaClLog(4, "PluginReverseInterface::OpenManifestEntry: done!\n");
138 "PluginReverseInterface::OpenManifestEntry:"
154 "PluginReverseInterface::OpenManifestEntry: info->desc = %d\n",
161 NaClLog(4, "OpenManifestEntry
[all...]
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl373 void OpenManifestEntry([in] PP_Instance instance,
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc1450 void OpenManifestEntry(PP_Instance instance, function in namespace:nacl::__anon6635
1682 &OpenManifestEntry,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3625 iface->OpenManifestEntry(instance, is_helper_process, key, file_info, *callback);
5500 .OpenManifestEntry = (void (*)(PP_Instance instance, PP_Bool is_helper_process, const char* key, struct PP_NaClFileInfo* file_info, struct PP_CompletionCallback callback))&Pnacl_M25_PPB_NaCl_Private_OpenManifestEntry,

Completed in 94 milliseconds