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

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

Completed in 59 milliseconds