Searched refs:PR_EXPORT_DATA (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtypes.h83 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type macro
99 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type macro
119 #define PR_EXPORT_DATA(__type) extern __type _export macro
133 #define PR_EXPORT_DATA(__type) extern __type _export macro
148 #define PR_EXPORT_DATA(__type) extern __declspec(export) __type macro
164 #define PR_EXPORT_DATA(__type) extern __type macro
180 #define NSPR_DATA_API(__type) PR_EXPORT_DATA(__type)

Completed in 36 milliseconds