Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
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