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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceRequest.h 196 bool hasCacheValidatorFields() const;
ResourceResponse.h 110 bool hasCacheValidatorFields() const;
ResourceRequest.cpp 372 bool ResourceRequest::hasCacheValidatorFields() const
ResourceResponse.cpp 348 bool ResourceResponse::hasCacheValidatorFields() const
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 841 return m_response.hasCacheValidatorFields() || m_resourceRequest.hasCacheValidatorFields();
    [all...]

Completed in 69 milliseconds