HomeSort by relevance Sort by last modified time
    Searched refs:APITypeInfo (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Shared/API/c/
WKSharedAPICast.h 69 template<typename APIType> struct APITypeInfo { };
73 template<> struct APITypeInfo<TheAPIType> { typedef TheImplType* ImplType; }; \
115 inline typename APITypeInfo<T>::ImplType toImpl(T t)
123 return reinterpret_cast<typename APITypeInfo<T>::ImplType>(const_cast<NonConstValueType*>(t));
  /external/webkit/Source/WebKit2/UIProcess/
GenericCallback.h 109 template<typename APIReturnValueType, typename InternalReturnValueType = typename APITypeInfo<APIReturnValueType>::ImplType>

Completed in 124 milliseconds