Searched defs:UI_BASE_EXPORT (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/ui/base/
H A Dui_base_export.h8 // Defines UI_BASE_EXPORT so that functionality implemented by the UI module
16 #define UI_BASE_EXPORT __declspec(dllexport) macro
18 #define UI_BASE_EXPORT __declspec(dllimport) macro
24 #define UI_BASE_EXPORT __attribute__((visibility("default"))) macro
26 #define UI_BASE_EXPORT macro
33 #define UI_BASE_EXPORT macro

Completed in 74 milliseconds