Home
last modified time | relevance | path

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

/external/chromium/base/third_party/nspr/
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
146 #define PR_IMPORT_DATA(__type) extern __type _export macro
160 #define PR_IMPORT_DATA(__type) extern __type _export macro
176 #define PR_IMPORT_DATA(__type) extern __declspec(export) __type macro
192 #define PR_IMPORT_DATA(__type) extern __declspec(dllimport) __type macro
208 #define PR_IMPORT_DATA(__type) extern __type macro
231 #define PR_IMPORT_DATA(__type) extern PR_VISIBILITY_DEFAULT __type macro