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

  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
Resource.h 202 bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; }
203 bool hasOneHandle() const { return m_handleCount == 1; }
319 unsigned m_handleCount;
Resource.cpp 106 , m_handleCount(0)
596 --m_handleCount;
598 ASSERT(!m_handleCount);
697 ++m_handleCount;
704 ASSERT(m_handleCount > 0);
705 --m_handleCount;
710 if (!m_handleCount)

Completed in 290 milliseconds