Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/
DCachedResource.cpp252 cache()->insertInLiveDecodedResourcesList(this); in setDecodedSize()
295 cache()->insertInLiveDecodedResourcesList(this); in didAccessDecodedData()
DCache.h148 void insertInLiveDecodedResourcesList(CachedResource*);
DCache.cpp224 insertInLiveDecodedResourcesList(resource); in revalidationSucceeded()
602 void Cache::insertInLiveDecodedResourcesList(CachedResource* resource) in insertInLiveDecodedResourcesList() function in WebCore::Cache