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

/external/chromium_org/ipc/
H A Dipc_export.h8 // Defines IPC_EXPORT so that functionality implemented by the IPC module can be
15 #define IPC_EXPORT __declspec(dllexport) macro
17 #define IPC_EXPORT __declspec(dllimport) macro
22 #define IPC_EXPORT __attribute__((visibility("default"))) macro
24 #define IPC_EXPORT macro
29 #define IPC_EXPORT macro

Completed in 52 milliseconds