Home | History | Annotate | Download | only in loader

Lines Matching refs:cachePolicy

1909     if (request.resourceRequest().cachePolicy() == ReloadIgnoringCacheData)
2941 CachePolicy FrameLoader::subresourceCachePolicy() const
2950 CachePolicy parentCachePolicy = parentFrame->loader()->subresourceCachePolicy();
2956 // If we bring the CachePolicy.h and ResourceRequest cache policy enums in sync with each other and
2960 if (request.cachePolicy() == ReloadIgnoringCacheData && !equalIgnoringCase(request.httpMethod(), "post"))
2966 if (request.cachePolicy() == ReturnCacheDataElseLoad)
3412 initialRequest.setCachePolicy(originalRequest().cachePolicy());