Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp124 if (newResource->decodedSize() && newResource->hasClients()) in replace()
154 ASSERT(!resource->hasClients()); in resourceForURL()
201 ASSERT(current->m_resource->hasClients()); in pruneLiveResources()
240 ASSERT(!current->m_resource->hasClients()); in pruneDeadResources()
261 …if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded() && current->m_resour… in pruneDeadResources()
282 if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded() in pruneDeadResources()
501 if (resource->hasClients()) { in update()
519 if (resource->decodedSize() && resource->hasClients()) in updateDecodedResource()
562 liveSize += o->hasClients() ? o->size() : 0; in addResource()
718 if (includeLive || !current->hasClients()) in dumpLRULists()
[all …]
DResource.cpp362 …if (!memoryCache()->contains(this) || hasClients() || m_handleCount > 1 || m_proxyResource || m_re… in unlock()
415 return !hasClients() && !m_loader && !m_preloadCount && hasRightHandleCountApartFromCache(0) in canDelete()
479 if (!hasClients()) in addClientToSet()
508 if (!deleted && !hasClients()) { in removeClient()
542 if (hasClients() || !m_loader) in cancelTimerFired()
781 if (!hasClients()) in unregisterHandle()
834 ASSERT(!hasClients()); in lock()
DRawResourceTest.cpp150 EXPECT_FALSE(raw->hasClients()); in TEST()
187 EXPECT_FALSE(raw->hasClients()); in TEST()
DImageResourceTest.cpp180 ASSERT_TRUE(cachedImage->hasClients()); in TEST()
187 ASSERT_FALSE(cachedImage->hasClients()); in TEST()
DResource.h116 bool hasClients() const { return !m_clients.isEmpty() || !m_clientsAwaitingCallback.isEmpty(); } in hasClients() function
DImageResource.cpp141 …if (!hasClients() && !isLoading() && (!m_image || (m_image->hasOneRef() && m_image->isBitmapImage(… in destroyDecodedDataIfPossible()
DResourceFetcher.cpp711 if (!resource->hasClients()) in requestResource()