Searched refs:hasCacheValidatorFields (Results 1 – 5 of 5) sorted by relevance
110 bool hasCacheValidatorFields() const;
210 bool hasCacheValidatorFields();
337 bool ResourceRequest::hasCacheValidatorFields() in hasCacheValidatorFields() function in WebCore::ResourceRequest
344 bool ResourceResponse::hasCacheValidatorFields() const in hasCacheValidatorFields() function in WebCore::ResourceResponse
814 return m_response.hasCacheValidatorFields() || m_resourceRequest.hasCacheValidatorFields(); in canUseCacheValidator()