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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp 55 , m_cacheControlMaxAge(0.0)
92 , m_cacheControlMaxAge(0.0)
335 m_cacheControlMaxAge = std::numeric_limits<double>::quiet_NaN();
359 if (!std::isnan(m_cacheControlMaxAge)) {
366 m_cacheControlMaxAge = maxAge;
414 return m_cacheControlMaxAge;
ResourceResponse.h 219 mutable double m_cacheControlMaxAge;

Completed in 24 milliseconds