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

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

Completed in 168 milliseconds