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

  /external/chromium_org/ppapi/nacl_irt/
irt_ppapi.h 8 extern "C" int irt_ppapi_start(const struct PP_StartFunctions* funcs);
irt_ppapi.cc 17 int irt_ppapi_start(const struct PP_StartFunctions* funcs) { function
39 irt_ppapi_start,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
irt_shim_ppapi.c 15 * Defines a version of the version irt_ppapi_start and of the irt_ppapihook
49 * real irt_ppapi_start from irt_ppapi.
51 extern int irt_ppapi_start(const struct PP_StartFunctions *);
53 &irt_ppapi_start;

Completed in 240 milliseconds