• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/

Lines Matching defs:WK_ADD_API_MAPPING

89 #define WK_ADD_API_MAPPING(TheAPIType, TheImplType) \
93 WK_ADD_API_MAPPING(WKArrayRef, API::Array)
94 WK_ADD_API_MAPPING(WKBooleanRef, API::Boolean)
95 WK_ADD_API_MAPPING(WKCertificateInfoRef, WebCertificateInfo)
96 WK_ADD_API_MAPPING(WKConnectionRef, WebConnection)
97 WK_ADD_API_MAPPING(WKContextMenuItemRef, WebContextMenuItem)
98 WK_ADD_API_MAPPING(WKDataRef, API::Data)
99 WK_ADD_API_MAPPING(WKDictionaryRef, ImmutableDictionary)
100 WK_ADD_API_MAPPING(WKDoubleRef, API::Double)
101 WK_ADD_API_MAPPING(WKErrorRef, API::Error)
102 WK_ADD_API_MAPPING(WKGraphicsContextRef, WebGraphicsContext)
103 WK_ADD_API_MAPPING(WKImageRef, WebImage)
104 WK_ADD_API_MAPPING(WKMutableDictionaryRef, MutableDictionary)
105 WK_ADD_API_MAPPING(WKPointRef, API::Point)
106 WK_ADD_API_MAPPING(WKRectRef, API::Rect)
107 WK_ADD_API_MAPPING(WKSecurityOriginRef, WebSecurityOrigin)
108 WK_ADD_API_MAPPING(WKSerializedScriptValueRef, WebSerializedScriptValue)
109 WK_ADD_API_MAPPING(WKSizeRef, API::Size)
110 WK_ADD_API_MAPPING(WKStringRef, API::String)
111 WK_ADD_API_MAPPING(WKTypeRef, API::Object)
112 WK_ADD_API_MAPPING(WKUInt64Ref, API::UInt64)
113 WK_ADD_API_MAPPING(WKURLRef, API::URL)
114 WK_ADD_API_MAPPING(WKURLRequestRef, API::URLRequest)
115 WK_ADD_API_MAPPING(WKURLResponseRef, API::URLResponse)
116 WK_ADD_API_MAPPING(WKUserContentURLPatternRef, WebUserContentURLPattern)
117 WK_ADD_API_MAPPING(WKSessionRef, API::Session)
122 WK_ADD_API_MAPPING(WKWebArchiveRef, API::WebArchive)
123 WK_ADD_API_MAPPING(WKWebArchiveResourceRef, API::WebArchiveResource)
124 WK_ADD_API_MAPPING(WKObjCTypeWrapperRef, ObjCObjectGraph)