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.h227 bool isPreloaded() const { return m_preloadCount; } in isPreloaded()
228 void increasePreloadCount() { ++m_preloadCount; } in increasePreloadCount()
229 void decreasePreloadCount() { ASSERT(m_preloadCount); --m_preloadCount; } in decreasePreloadCount()
375 unsigned m_preloadCount; variable
DResource.cpp107 , m_preloadCount(0) in Resource()
438 return !hasClients() && !m_loader && !m_preloadCount && hasRightHandleCountApartFromCache(0) in canDelete()