Searched defs:ASH_EXPORT (Results 1 - 1 of 1) sorted by path

/external/chromium_org/ash/
H A Dash_export.h8 // Defines ASH_EXPORT so that functionality implemented by the Ash module can
15 #define ASH_EXPORT __declspec(dllexport) macro
17 #define ASH_EXPORT __declspec(dllimport) macro
22 #define ASH_EXPORT __attribute__((visibility("default"))) macro
24 #define ASH_EXPORT macro
29 #define ASH_EXPORT macro

Completed in 358 milliseconds