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

  /external/webkit/WebCore/loader/
CachedResource.h 133 void setInCache(bool inCache) { m_inCache = inCache; }
134 bool inCache() const { return m_inCache; }
233 bool m_inCache;
CachedResource.cpp 57 , m_inCache(false)

Completed in 88 milliseconds