HomeSort by relevance Sort by last modified time
    Searched defs:WEBKIT_API (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit/win/
WebKitDLL.h 40 #define WEBKIT_API __declspec(dllexport)
42 #define WEBKIT_API __declspec(dllimport)
  /external/webkit/Source/WebKit/chromium/public/
WebCommon.h 66 // Exported symbols need to be annotated with WEBKIT_API
70 #define WEBKIT_API __declspec(dllexport)
72 #define WEBKIT_API __declspec(dllimport)
75 #define WEBKIT_API
103 WEBKIT_API void failedAssertion(const char* file, int line, const char* function, const char* assertion);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitdefines.h 28 #define WEBKIT_API __declspec(dllexport)
30 #define WEBKIT_API __declspec(dllimport)
32 #define WEBKIT_OBSOLETE_API WEBKIT_API
34 #define WEBKIT_API __attribute__((visibility("default")))
35 #define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated))
38 #ifndef WEBKIT_API
39 #define WEBKIT_API

Completed in 164 milliseconds