Searched refs:evict (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h112 void remove(CachedResource* resource) { evict(resource); }
191 void evict(CachedResource*);
H A DMemoryCache.cpp108 evict(revalidatingResource);
140 evict(resource);
221 // See if we have any purged resources we can evict.
229 evict(current);
261 // Now evict objects from this queue.
267 evict(current);
269 // If evict() caused pruneDeadResources() to be re-entered, bail out. This can happen when removing an
324 void MemoryCache::evict(CachedResource* resource) function in class:WebCore::MemoryCache
647 evict(i->second);
/external/quake/quake/src/WinQuake/
H A Dgl_draw.cpp244 // Call evict in case the currently bound texture id is already
248 evict(e);
345 evict(e);
350 void evict(entry* e) { function in class:textureStore

Completed in 78 milliseconds