Home
last modified time | relevance | path

Searched refs:PP_EXPORT (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/ppapi/c/
Dppp.h29 #define PP_EXPORT __attribute__ ((visibility("default"))) macro
31 #define PP_EXPORT __declspec(dllexport) macro
63 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module,
91 PP_EXPORT void PPP_ShutdownModule(void);
124 PP_EXPORT const void* PPP_GetInterface(const char* interface_name);
/external/chromium_org/ppapi/c/trusted/
Dppp_broker.h28 #define PP_EXPORT __attribute__ ((visibility("default"))) macro
30 #define PP_EXPORT __declspec(dllexport) macro
79 PP_EXPORT int32_t PPP_InitializeBroker(
92 PP_EXPORT void PPP_ShutdownBroker();
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
Dppapi_bad_ppp_initialize.cc15 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
21 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
26 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_ppp_instance_didcreate_crash.cc22 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
28 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
55 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_event_replay_crash.cc20 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
26 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
60 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_ppp_initialize_crash.cc20 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
28 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
67 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_ppp_instance_didcreate.cc20 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
26 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
64 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_get_ppp_printing_crash.cc22 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
28 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
65 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_get_ppp_messaging_crash.cc22 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
28 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
65 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_get_ppp_instance_crash.cc23 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
28 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
Dppapi_bad_no_ppp_instance.cc29 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
34 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
/external/chromium_org/ppapi/examples/stub/
Dstub.c19 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
28 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
31 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
/external/chromium_org/ppapi/cpp/
Dppp_entrypoints.cc34 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id, in PPP_InitializeModule()
48 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
53 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
/external/chromium_org/ppapi/api/trusted/
Dppp_broker.idl12 // {PENDING: undefine PP_EXPORT?}
20 #define PP_EXPORT __attribute__ ((visibility("default")))
22 #define PP_EXPORT __declspec(dllexport)
71 PP_EXPORT int32_t PPP_InitializeBroker(
84 PP_EXPORT void PPP_ShutdownBroker();
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
Dmanifest_bad.cc29 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
34 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
/external/chromium_org/ppapi/api/
Dppp.idl18 #define PP_EXPORT __attribute__ ((visibility("default")))
20 #define PP_EXPORT __declspec(dllexport)
23 /* {PENDING: undefine PP_EXPORT?} */
52 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module,
80 PP_EXPORT void PPP_ShutdownModule(void);
113 PP_EXPORT const void* PPP_GetInterface(const char* interface_name);
/external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
Ddebugging.c142 PP_EXPORT int32_t
151 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
171 PP_EXPORT void PPP_ShutdownModule() {} in PPP_ShutdownModule()
/external/chromium_org/ppapi/examples/2d/
Dgraphics_2d_example.c183 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module, in PPP_InitializeModule()
204 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule()
207 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
Dnacl_io_demo.c355 PP_EXPORT int32_t PPP_InitializeModule(PP_Module a_module_id, in PPP_InitializeModule()
364 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
383 PP_EXPORT void PPP_ShutdownModule() {} in PPP_ShutdownModule()
/external/chromium_org/ppapi/tests/
Dtest_broker.cc205 PP_EXPORT int32_t PPP_InitializeBroker( in PPP_InitializeBroker()
211 PP_EXPORT void PPP_ShutdownBroker() {} in PPP_ShutdownBroker()
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dnative-client-modules.rst90 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
118 PP_EXPORT int32_t PPP_InitializeModule(PP_Module a_module_id, PPB_GetInterface get_browser) {
/external/chromium_org/ppapi/cpp/documentation/
DDoxyfile1468 PP_EXPORT
/external/chromium_org/ppapi/c/documentation/
DDoxyfile1468 PP_EXPORT