Searched defs:BASE_API (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dbase_api.h13 #define BASE_API __attribute__((visibility("default"))) macro
18 #define BASE_API __declspec(dllexport) macro
20 #define BASE_API __declspec(dllimport) macro
23 #define BASE_API macro

Completed in 1029 milliseconds