OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PP_EXPORT
(Results
1 - 2
of
2
) 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);
Completed in 58 milliseconds