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

/external/chromium/base/third_party/nspr/
H A Dprtypes.h95 #define PR_IMPORT_DATA(__type) extern __type macro
111 #define PR_IMPORT_DATA(__type) __declspec(dllimport) __type macro
127 #define PR_IMPORT_DATA(__type) extern __declspec(dllexport) __type macro
143 #define PR_IMPORT_DATA(__type) extern __declspec(dllimport) __type macro
160 #define PR_IMPORT_DATA(__type) extern __declspec(dllexport) __type macro
163 #define PR_IMPORT_DATA(__type) extern __declspec(dllimport) __type macro
188 #define PR_IMPORT_DATA(__type) extern PR_VISIBILITY_DEFAULT __type macro
205 #define NSPR_DATA_API(__type) PR_IMPORT_DATA(__type)

Completed in 51 milliseconds