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

  /external/chromium_org/ppapi/c/trusted/
ppp_broker.h 20 // {PENDING: undefine PP_EXPORT?}
28 #define PP_EXPORT __attribute__ ((visibility("default")))
30 #define PP_EXPORT __declspec(dllexport)
79 PP_EXPORT int32_t PPP_InitializeBroker(
92 PP_EXPORT void PPP_ShutdownBroker();
  /external/chromium_org/ppapi/c/
ppp.h 29 #define PP_EXPORT __attribute__ ((visibility("default")))
31 #define PP_EXPORT __declspec(dllexport)
34 /* {PENDING: undefine PP_EXPORT?} */
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/api/trusted/
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/examples/stub/
stub.c 19 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id,
28 PP_EXPORT void PPP_ShutdownModule() {
31 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/ppapi/api/
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/ppapi/cpp/
ppp_entrypoints.cc 34 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module_id,
48 PP_EXPORT void PPP_ShutdownModule() {
53 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/native_client_sdk/src/examples/tutorial/debugging/
debugging.c 142 PP_EXPORT int32_t
151 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
171 PP_EXPORT void PPP_ShutdownModule() {}
  /external/chromium_org/pdf/
pdf.cc 142 PP_EXPORT bool RenderPDFPageToDC(const void* pdf_buffer,
181 PDF_USED PP_EXPORT
212 PDF_USED PP_EXPORT
245 PDF_USED PP_EXPORT
  /external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c 183 PP_EXPORT int32_t PPP_InitializeModule(PP_Module module,
204 PP_EXPORT void PPP_ShutdownModule() {
207 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
nacl_io_demo.c 461 PP_EXPORT int32_t PPP_InitializeModule(PP_Module a_module_id,
472 PP_EXPORT const void* PPP_GetInterface(const char* interface_name) {
491 PP_EXPORT void PPP_ShutdownModule() {
  /external/chromium_org/ppapi/tests/
test_broker.cc 205 PP_EXPORT int32_t PPP_InitializeBroker(
211 PP_EXPORT void PPP_ShutdownBroker() {}

Completed in 163 milliseconds