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

/external/chromium_org/ui/v2/public/
H A Dv2_export.h8 // Defines V2_EXPORT so that functionality implemented by the V2 module can be
15 #define V2_EXPORT __declspec(dllexport) macro
17 #define V2_EXPORT __declspec(dllimport) macro
22 #define V2_EXPORT __attribute__((visibility("default"))) macro
24 #define V2_EXPORT macro
29 #define V2_EXPORT macro

Completed in 318 milliseconds