Home | History | Annotate | Download | only in thunk

Lines Matching refs:thunk

9 #include "ppapi/thunk/ppapi_thunk_export.h"
11 // Declares a getter for the interface thunk of the form:
13 // const PPB_Foo* ppapi::thunk::GetPPB_Foo_Thunk();
17 namespace ppapi { namespace thunk { \
23 #include "ppapi/thunk/interfaces_ppb_private.h"
24 #include "ppapi/thunk/interfaces_ppb_private_no_permissions.h"
25 #include "ppapi/thunk/interfaces_ppb_private_flash.h"
26 #include "ppapi/thunk/interfaces_ppb_public_stable.h"
27 #include "ppapi/thunk/interfaces_ppb_public_dev.h"
34 namespace thunk {
36 // Old-style thunk getters. Only put trusted/private stuff here (it hasn't
42 } // namespace thunk