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

/external/chromium_org/components/user_manager/
H A Duser_manager_export.h12 #define USER_MANAGER_EXPORT __declspec(dllexport) macro
14 #define USER_MANAGER_EXPORT __declspec(dllimport) macro
15 #endif // defined(USER_MANAGER_EXPORT)
19 #define USER_MANAGER_EXPORT __attribute__((visibility("default"))) macro
21 #define USER_MANAGER_EXPORT macro
26 #define USER_MANAGER_EXPORT macro

Completed in 74 milliseconds