Searched refs:isCacheValidator (Results 1 – 4 of 4) sorted by relevance
98 if (resource->isCacheValidator()) { in load()211 if (m_resource->isCacheValidator()) { in didReceiveResponse()259 ASSERT(!m_resource->isCacheValidator()); in didReceiveData()282 ASSERT(!m_resource->isCacheValidator()); in didReceiveCachedMetadata()
203 bool isCacheValidator() const { return m_resourceToRevalidate; } in isCacheValidator() function
265 if (!current->hasClients() && !current->isPreloaded() && !current->isCacheValidator()) { in pruneDeadResources()
92642 (WebCore::CachedResource::isCacheValidator):