Searched defs:PR_EXPORT (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/nspr/
H A Dprtypes.h92 #define PR_EXPORT(__type) extern __type macro
108 #define PR_EXPORT(__type) extern __declspec(dllexport) __type macro
124 #define PR_EXPORT(__type) extern __declspec(dllexport) __type macro
140 #define PR_EXPORT(__type) extern __declspec(dllexport) __type macro
156 #define PR_EXPORT(__type) extern __declspec(dllexport) __type macro
185 #define PR_EXPORT(__type) extern PR_VISIBILITY_DEFAULT __type macro
201 #define NSPR_API(__type) PR_EXPORT(__type)

Completed in 60 milliseconds