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

/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKSharedAPICast.h72 #define WK_ADD_API_MAPPING(TheAPIType, TheImplType) \ macro
76 WK_ADD_API_MAPPING(WKArrayRef, ImmutableArray)
77 WK_ADD_API_MAPPING(WKBooleanRef, WebBoolean)
78 WK_ADD_API_MAPPING(WKCertificateInfoRef, WebCertificateInfo)
79 WK_ADD_API_MAPPING(WKContextMenuItemRef, WebContextMenuItem)
80 WK_ADD_API_MAPPING(WKDataRef, WebData)
81 WK_ADD_API_MAPPING(WKDictionaryRef, ImmutableDictionary)
82 WK_ADD_API_MAPPING(WKDoubleRef, WebDouble)
83 WK_ADD_API_MAPPING(WKErrorRef, WebError)
84 WK_ADD_API_MAPPING(WKGraphicsContextRe
[all...]

Completed in 60 milliseconds