Home
last modified time | relevance | path

Searched refs:CachePolicyReload (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachePolicy.h35 CachePolicyReload, enumerator
DCachedResourceRequest.cpp105 ASSERT(cachedResourceLoader->cachePolicy() != CachePolicyReload); in load()
DCachedResourceLoader.cpp455 if (cachePolicy() == CachePolicyReload) { in determineRevalidationPolicy()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp2391 return CachePolicyReload; in subresourceCachePolicy()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-169126 to preload after loading for real - and if cache policy is CachePolicyReload, that actually
32988 condition for returning CachePolicyReload.