Home
last modified time | relevance | path

Searched refs:m_inCache (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedResource.h153 void setInCache(bool inCache) { m_inCache = inCache; } in setInCache()
154 bool inCache() const { return m_inCache; } in inCache()
266 bool m_inCache : 1; variable
DCachedResource.cpp92 , m_inCache(false) in CachedResource()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1436232 parameter that determines the initial state of the m_inCache flag.
DChangeLog-2008-08-1038057 … - Construct CachedResources with m_inCache set to false which is quite a bit more logical as they