Searched defs:PR_EXPORT (Results 1 - 3 of 3) 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)
/external/chromium_org/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)
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprtypes.h82 #define PR_EXPORT(__type) extern __declspec(dllexport) __type macro
98 #define PR_EXPORT(__type) extern __declspec(dllexport) __type macro
117 #define PR_EXPORT(__type) extern __type _cdecl _export _loadds macro
131 #define PR_EXPORT(__type) extern __type _cdecl _export macro
147 #define PR_EXPORT(__type) extern __declspec(export) __type macro
163 #define PR_EXPORT(__type) extern __type macro
179 #define NSPR_API(__type) PR_EXPORT(__type)

Completed in 53 milliseconds