Home
last modified time | relevance | path

Searched refs:PR_IMPORT (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/third_party/nspr/
Dprtypes.h94 #define PR_IMPORT(__type) extern __type macro
110 #define PR_IMPORT(__type) __declspec(dllimport) __type macro
126 #define PR_IMPORT(__type) extern __declspec(dllexport) __type macro
142 #define PR_IMPORT(__type) extern __declspec(dllimport) __type macro
159 #define PR_IMPORT(__type) extern __declspec(dllexport) __type macro
162 #define PR_IMPORT(__type) extern __declspec(dllimport) __type macro
187 #define PR_IMPORT(__type) extern PR_VISIBILITY_DEFAULT __type macro
204 #define NSPR_API(__type) PR_IMPORT(__type)