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

  /external/webkit/Source/WebCore/loader/cache/
CachedResource.h 177 bool canDelete() const { return !hasClients() && !m_request && !m_preloadCount && !m_handleCount && !m_resourceToRevalidate && !m_proxyResource; }
194 bool isPreloaded() const { return m_preloadCount; }
195 void increasePreloadCount() { ++m_preloadCount; }
196 void decreasePreloadCount() { ASSERT(m_preloadCount); --m_preloadCount; }
258 unsigned m_preloadCount;
CachedResource.cpp 87 , m_preloadCount(0)

Completed in 18 milliseconds