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

  /external/webkit/WebCore/loader/
CachedResource.h 173 bool isCacheValidator() const { return m_resourceToRevalidate; }
loader.cpp 317 bool resourceIsCacheValidator = request->cachedResource()->isCacheValidator();
476 if (resource->isCacheValidator()) {
531 ASSERT(!resource->isCacheValidator());
Cache.cpp 366 if (!current->hasClients() && !current->isPreloaded() && !current->isCacheValidator()) {

Completed in 25 milliseconds