HomeSort by relevance Sort by last modified time
    Searched refs:isCacheValidator (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp 98 if (resource->isCacheValidator()) {
211 if (m_resource->isCacheValidator()) {
259 ASSERT(!m_resource->isCacheValidator());
282 ASSERT(!m_resource->isCacheValidator());
CachedResource.h 203 bool isCacheValidator() const { return m_resourceToRevalidate; }
MemoryCache.cpp 265 if (!current->hasClients() && !current->isPreloaded() && !current->isCacheValidator()) {

Completed in 85 milliseconds