Searched refs:PP_StartFunctions (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_start.h17 int PpapiPluginStart(const struct PP_StartFunctions *funcs);
H A Dppapi_plugin_main.c12 static const struct PP_StartFunctions ppapi_app_start_callbacks = {
H A Dppapi_plugin_start.c55 int PpapiPluginStart(const struct PP_StartFunctions *funcs) {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dirt_shim_ppapi.h15 extern int (*real_irt_ppapi_start)(const struct PP_StartFunctions *);
16 extern int irt_shim_ppapi_start(const struct PP_StartFunctions *funcs);
H A Dirt_shim_ppapi.c25 static struct PP_StartFunctions g_user_start_functions;
45 int (*real_irt_ppapi_start)(const struct PP_StartFunctions *) = NULL;
51 extern int irt_ppapi_start(const struct PP_StartFunctions *);
52 static int (* const real_irt_ppapi_start)(const struct PP_StartFunctions *) =
56 int irt_shim_ppapi_start(const struct PP_StartFunctions *funcs) {
62 const struct PP_StartFunctions wrapped_ppapi_methods = {
/external/chromium_org/ppapi/nacl_irt/
H A Dirt_ppapi.h8 extern "C" int irt_ppapi_start(const struct PP_StartFunctions* funcs);
H A Dirt_ppapi.cc15 static struct PP_StartFunctions g_pp_functions;
17 int irt_ppapi_start(const struct PP_StartFunctions* funcs) {
/external/chromium_org/ppapi/nacl_irt/public/
H A Dirt_ppapi.h14 struct PP_StartFunctions { struct
38 int (*ppapi_start)(const struct PP_StartFunctions*);
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_ppapi.cc15 struct PP_StartFunctions g_pp_functions;
17 int IrtPpapiStart(const struct PP_StartFunctions* funcs) {
/external/chromium_org/native_client_sdk/src/libraries/ppapi_stub/
H A Dppapi_main.c13 struct PP_StartFunctions { struct
37 int (*ppapi_start)(const struct PP_StartFunctions*);
61 static const struct PP_StartFunctions ppapi_app_start_callbacks = {
92 int PpapiPluginStart(const struct PP_StartFunctions *funcs) {

Completed in 381 milliseconds