Home
last modified time | relevance | path

Searched refs:TheImplType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKSharedAPICast.h72 #define WK_ADD_API_MAPPING(TheAPIType, TheImplType) \ argument
73 template<> struct APITypeInfo<TheAPIType> { typedef TheImplType* ImplType; }; \
74 template<> struct ImplTypeInfo<TheImplType*> { typedef TheAPIType APIType; };