HomeSort by relevance Sort by last modified time
    Searched defs:PR_EXTERN (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/third_party/nspr/
prtypes.h 64 ** MACROS: PR_EXTERN
72 ** PR_EXTERN when the prototype for the method is declared. Use
77 ** PR_EXTERN( void ) DoWhatIMean( void );
97 #define PR_EXTERN(__type) extern __type
113 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
129 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
145 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
166 #define PR_EXTERN(__type) extern __type
190 #define PR_EXTERN(__type) extern PR_VISIBILITY_DEFAULT __type
  /external/chromium_org/base/third_party/nspr/
prtypes.h 64 ** MACROS: PR_EXTERN
72 ** PR_EXTERN when the prototype for the method is declared. Use
77 ** PR_EXTERN( void ) DoWhatIMean( void );
97 #define PR_EXTERN(__type) extern __type
113 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
129 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
145 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
166 #define PR_EXTERN(__type) extern __type
190 #define PR_EXTERN(__type) extern PR_VISIBILITY_DEFAULT __type
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h 61 ** MACROS: PR_EXTERN
69 ** PR_EXTERN when the prototype for the method is declared. Use
74 ** PR_EXTERN( void ) DoWhatIMean( void );
87 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
103 #define PR_EXTERN(__type) extern __declspec(dllexport) __type
122 #define PR_EXTERN(__type) extern __type _cdecl _export _loadds
136 #define PR_EXTERN(__type) extern __type _cdecl _export
152 #define PR_EXTERN(__type) extern __declspec(export) __type
168 #define PR_EXTERN(__type) extern __type

Completed in 129 milliseconds