Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebView.cpp130 typedef CFURLCacheRef (*CopySharedURLCacheFunction)(); typedef
139 static CopySharedURLCacheFunction findCopySharedURLCacheFunction() in findCopySharedURLCacheFunction()
141 …return reinterpret_cast<CopySharedURLCacheFunction>(GetProcAddress(findCFNetworkModule(), "CFURLCa… in findCopySharedURLCacheFunction()
388 static CopySharedURLCacheFunction copySharedURLCache = findCopySharedURLCacheFunction(); in setCacheModel()