Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h40 typedef uint32_t WKCacheModel; typedef
119 WK_EXPORT void WKContextSetCacheModel(WKContextRef context, WKCacheModel cacheModel);
120 WK_EXPORT WKCacheModel WKContextGetCacheModel(WKContextRef context);
DWKContext.cpp116 void WKContextSetCacheModel(WKContextRef contextRef, WKCacheModel cacheModel) in WKContextSetCacheModel()
121 WKCacheModel WKContextGetCacheModel(WKContextRef contextRef) in WKContextGetCacheModel()
DWKAPICast.h115 inline CacheModel toCacheModel(WKCacheModel wkCacheModel) in WK_ADD_API_MAPPING()
130 inline WKCacheModel toAPI(CacheModel cacheModel) in toAPI()