Searched refs:m_handleCount (Results 1 – 2 of 2) sorted by relevance
106 , m_handleCount(0) in Resource()636 --m_handleCount; in switchClientsToRevalidatedResource()638 ASSERT(!m_handleCount); in switchClientsToRevalidatedResource()737 ++m_handleCount; in registerHandle()744 ASSERT(m_handleCount > 0); in unregisterHandle()745 --m_handleCount; in unregisterHandle()750 if (!m_handleCount) in unregisterHandle()
203 …bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount &&… in canDelete()204 bool hasOneHandle() const { return m_handleCount == 1; } in hasOneHandle()347 unsigned m_handleCount; variable