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

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.h 40 typedef uint32_t WKCacheModel;
119 WK_EXPORT void WKContextSetCacheModel(WKContextRef context, WKCacheModel cacheModel);
120 WK_EXPORT WKCacheModel WKContextGetCacheModel(WKContextRef context);
WKAPICast.h 115 inline CacheModel toCacheModel(WKCacheModel wkCacheModel)
117 switch (wkCacheModel) {
130 inline WKCacheModel toAPI(CacheModel cacheModel)
WKContext.cpp 116 void WKContextSetCacheModel(WKContextRef contextRef, WKCacheModel cacheModel)
121 WKCacheModel WKContextGetCacheModel(WKContextRef contextRef)

Completed in 126 milliseconds