Searched refs:hasClients (Results 1 – 5 of 5) sorted by relevance
116 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 …]
280 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()
101 bool hasClients() const { return !m_clients.isEmpty(); } in hasClients() function177 …bool canDelete() const { return !hasClients() && !m_request && !m_preloadCount && !m_handleCount &… in canDelete()
82 ASSERT(!hasClients()); in decodedDataDeletionTimerFired()
94677 Rename CachedResource::referenced() to CachedResource::hasClients() to94692 (WebCore::CachedResource::hasClients):