Home
last modified time | relevance | path

Searched defs:inCache (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedResource.h152 void setInCache(bool inCache) { m_inCache = inCache; } in setInCache()
153 bool inCache() const { return m_inCache; } in inCache() function
DCachedResourceLoader.cpp174 bool inCache = memoryCache()->add(userSheet); in requestUserCSSStyleSheet() local
389 bool inCache = memoryCache()->add(resource); in loadResource() local