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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 203 bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !m_protectorCount && !m_resourceToRevalidate && !m_proxyResource; }
222 bool isPreloaded() const { return m_preloadCount; }
223 void increasePreloadCount() { ++m_preloadCount; }
224 void decreasePreloadCount() { ASSERT(m_preloadCount); --m_preloadCount; }
348 unsigned m_preloadCount;
Resource.cpp 107 , m_preloadCount(0)

Completed in 23 milliseconds