Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.h178 static void removeURLFromCacheInternal(ExecutionContext*, const KURL&);
DMemoryCache.cpp506 …read()->workerLoaderProxy().postTaskToLoader(createCallbackTask(&removeURLFromCacheInternal, url)); in removeURLFromCache()
509 removeURLFromCacheInternal(context, url); in removeURLFromCache()
512 void MemoryCache::removeURLFromCacheInternal(ExecutionContext*, const KURL& url) in removeURLFromCacheInternal() function in WebCore::MemoryCache