Home
last modified time | relevance | path

Searched refs:hasClients (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.cpp116 if (resource->decodedSize() && resource->hasClients()) in revalidationSucceeded()
119 adjustSize(resource->hasClients(), delta); in revalidationSucceeded()
139 ASSERT(!resource->hasClients()); in resourceForURL()
145 adjustSize(resource->hasClients(), resource->size()); in resourceForURL()
189 ASSERT(current->hasClients()); in pruneLiveResources()
227 ASSERT(!current->hasClients()); in pruneDeadResources()
247 if (!current->hasClients() && !current->isPreloaded() && current->isLoaded()) { in pruneDeadResources()
265 if (!current->hasClients() && !current->isPreloaded() && !current->isCacheValidator()) { in pruneDeadResources()
319 adjustSize(resource->hasClients(), -static_cast<int>(resource->size())); in makeResourcePurgeable()
342 adjustSize(resource->hasClients(), -static_cast<int>(resource->size())); in evict()
[all …]
DCachedResource.cpp280 if (!hasClients() && inCache()) in addClientToSet()
292 else if (!hasClients() && inCache()) { in removeClient()
341 if (m_decodedSize && !m_inLiveDecodedResourcesList && hasClients()) in setDecodedSize()
347 memoryCache()->adjustSize(hasClients(), delta); in setDecodedSize()
374 memoryCache()->adjustSize(hasClients(), delta); in setEncodedSize()
541 return !hasClients() && !m_proxyResource && !m_resourceToRevalidate; in isSafeToMakePurgeable()
577 ASSERT(!hasClients()); in makePurgeable()
DCachedResource.h101 bool hasClients() const { return !m_clients.isEmpty(); } in hasClients() function
177 …bool canDelete() const { return !hasClients() && !m_request && !m_preloadCount && !m_handleCount &… in canDelete()
DCachedImage.cpp82 ASSERT(!hasClients()); in decodedDataDeletionTimerFired()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1694677 Rename CachedResource::referenced() to CachedResource::hasClients() to
94692 (WebCore::CachedResource::hasClients):