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

  /external/webkit/Source/WebCore/loader/cache/
CachePolicy.h 32 CachePolicyCache,
CachedResource.cpp 512 ASSERT(cachePolicy == CachePolicyRevalidate || cachePolicy == CachePolicyCache || cachePolicy == CachePolicyVerify);
522 if (cachePolicy == CachePolicyCache) {
524 LOG(ResourceLoading, "CachedResource %p mustRevalidate because of cachePolicy == CachePolicyCache and m_response.cacheControlContainsMustRevalidate() && isExpired()\n", this);

Completed in 2514 milliseconds