Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.h291 void incrementProtectorCount() { m_protectorCount++; } in incrementProtectorCount()
292 void decrementProtectorCount() { m_protectorCount--; } in decrementProtectorCount()
376 unsigned m_protectorCount; variable
DResource.cpp108 , m_protectorCount(0) in Resource()
439 && !m_protectorCount && !m_resourceToRevalidate && !m_proxyResource; in canDelete()