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

/external/chromium/base/third_party/nspr/
H A Dprtypes.h93 #define PR_EXPORT_DATA(__type) extern __type macro
109 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type macro
125 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type macro
141 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type macro
157 #define PR_EXPORT_DATA(__type) extern __declspec(dllexport) __type macro
186 #define PR_EXPORT_DATA(__type) extern PR_VISIBILITY_DEFAULT __type macro
202 #define NSPR_DATA_API(__type) PR_EXPORT_DATA(__type)

Completed in 55 milliseconds