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

/external/chromium_org/ui/message_center/
H A Dmessage_center_export.h8 // Defines MESSAGE_CENTER_EXPORT so that functionality implemented by the
15 #define MESSAGE_CENTER_EXPORT __declspec(dllexport) macro
17 #define MESSAGE_CENTER_EXPORT __declspec(dllimport) macro
22 #define MESSAGE_CENTER_EXPORT __attribute__((visibility("default"))) macro
24 #define MESSAGE_CENTER_EXPORT macro
29 #define MESSAGE_CENTER_EXPORT macro

Completed in 283 milliseconds