Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.h206 bool isPreloaded() const { return m_preloadCount; } in isPreloaded()
207 void increasePreloadCount() { ++m_preloadCount; } in increasePreloadCount()
208 void decreasePreloadCount() { ASSERT(m_preloadCount); --m_preloadCount; } in decreasePreloadCount()
354 unsigned m_preloadCount; variable
DResource.cpp106 , m_preloadCount(0) in Resource()
415 return !hasClients() && !m_loader && !m_preloadCount && hasRightHandleCountApartFromCache(0) in canDelete()