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

  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
irt_shim_ppapi.h 15 extern int (*real_irt_ppapi_start)(const struct PP_StartFunctions *);
irt_shim_ppapi.c 45 int (*real_irt_ppapi_start)(const struct PP_StartFunctions *) = NULL; variable
52 static int (* const real_irt_ppapi_start)(const struct PP_StartFunctions *) = variable
71 return (*real_irt_ppapi_start)(&wrapped_ppapi_methods);
shim_ppapi.c 59 real_irt_ppapi_start = real_irt_ppapi_hook.ppapi_start;

Completed in 600 milliseconds