Searched defs:BASE_EXPORT (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/base/
H A Dbase_export.h12 #define BASE_EXPORT __declspec(dllexport) macro
15 #define BASE_EXPORT __declspec(dllimport) macro
21 #define BASE_EXPORT __attribute__((visibility("default"))) macro
24 #define BASE_EXPORT macro
30 #define BASE_EXPORT macro

Completed in 102 milliseconds