Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.h180 bool m_inPruneResources; variable
DMemoryCache.cpp70 : m_inPruneResources(false) in MemoryCache()
577 if (m_inPruneResources) in prune()
637 TemporaryChange<bool> reentrancyProtector(m_inPruneResources, true); in pruneNow()