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

  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 108 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/
gl_draw.cpp 244 // 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
    [all...]
  /gdk/samples/quake/jni/
gl_draw.cpp 244 // 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
    [all...]

Completed in 1463 milliseconds