Searched defs:nacl_irt_ppapihook (Results 1 – 3 of 3) sorted by relevance
37 struct nacl_irt_ppapihook { struct38 int (*ppapi_start)(const struct PP_StartFunctions*);39 void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions*);
36 struct nacl_irt_ppapihook { struct37 int (*ppapi_start)(const struct PP_StartFunctions*);38 void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions*);
38 static const struct nacl_irt_ppapihook nacl_irt_ppapihook = { variable