Searched defs:is_helper_process (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc144 bool is_helper_process,
1031 bool is_helper_process,
1037 if (is_helper_process) {
1451 PP_Bool is_helper_process,
1461 PP_ToBool(is_helper_process),
1030 ManifestResolveKey(PP_Instance instance, bool is_helper_process, const std::string& key, std::string* full_url, PP_PNaClOptions* pnacl_options) argument
1450 OpenManifestEntry(PP_Instance instance, PP_Bool is_helper_process, const char* key, PP_NaClFileInfo* out_file_info, PP_CompletionCallback callback) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3623 static void Pnacl_M25_PPB_NaCl_Private_OpenManifestEntry(PP_Instance instance, PP_Bool is_helper_process, const char* key, struct PP_NaClFileInfo* file_info, struct PP_CompletionCallback* callback) { argument
3625 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 2109 milliseconds