/external/chromium_org/ppapi/c/ |
D | ppp.h | 29 #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/ |
D | ppp_broker.h | 28 #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/ |
D | ppapi_bad_ppp_initialize.cc | 15 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()
|
D | ppapi_bad_ppp_instance_didcreate_crash.cc | 22 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()
|
D | ppapi_bad_event_replay_crash.cc | 20 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()
|
D | ppapi_bad_ppp_initialize_crash.cc | 20 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()
|
D | ppapi_bad_ppp_instance_didcreate.cc | 20 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()
|
D | ppapi_bad_get_ppp_printing_crash.cc | 22 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()
|
D | ppapi_bad_get_ppp_messaging_crash.cc | 22 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()
|
D | ppapi_bad_get_ppp_instance_crash.cc | 23 PP_EXPORT void PPP_ShutdownModule() { in PPP_ShutdownModule() 28 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) { in PPP_GetInterface()
|
D | ppapi_bad_no_ppp_instance.cc | 29 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/ |
D | stub.c | 19 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/ |
D | ppp_entrypoints.cc | 34 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/ |
D | ppp_broker.idl | 12 // {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/ |
D | manifest_bad.cc | 29 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/ |
D | ppp.idl | 18 #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/ |
D | debugging.c | 142 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/ |
D | graphics_2d_example.c | 183 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/ |
D | nacl_io_demo.c | 355 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/ |
D | test_broker.cc | 205 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/ |
D | native-client-modules.rst | 90 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/ |
D | Doxyfile | 1468 PP_EXPORT
|
/external/chromium_org/ppapi/c/documentation/ |
D | Doxyfile | 1468 PP_EXPORT
|