Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMURL.cpp90 MemoryCache::removeURLFromCache(executionContext, url); in revokeObjectURL()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.h145 static void removeURLFromCache(ExecutionContext*, const KURL&);
DMemoryCache.cpp502 void MemoryCache::removeURLFromCache(ExecutionContext* context, const KURL& url) in removeURLFromCache() function in WebCore::MemoryCache