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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformExport.h42 #define PLATFORM_EXPORT __declspec(dllexport) macro
44 #define PLATFORM_EXPORT __declspec(dllimport) macro
47 #define PLATFORM_EXPORT __attribute__((visibility("default"))) macro
50 #define PLATFORM_EXPORT macro

Completed in 1234 milliseconds