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

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

Completed in 169 milliseconds