Home
last modified time | relevance | path

Searched refs:m_allowStaleResources (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.h245 bool m_allowStaleResources : 1; variable
257 m_previousState = m_loader->m_allowStaleResources; in ResourceCacheValidationSuppressor()
258 m_loader->m_allowStaleResources = true; in ResourceCacheValidationSuppressor()
264 m_loader->m_allowStaleResources = m_previousState; in ~ResourceCacheValidationSuppressor()
DResourceFetcher.cpp259 , m_allowStaleResources(false) in ResourceFetcher()
957 if (m_allowStaleResources) in determineRevalidationPolicy()