HomeSort by relevance Sort by last modified time
    Searched defs:inCache (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 181 bool inCache = memoryCache()->add(userSheet);
182 if (!inCache)
187 if (!inCache)
366 ASSERT(resource->inCache());
396 bool inCache = memoryCache()->add(resource);
400 if (!inCache)
406 if (!inCache) {
413 if (inCache)
739 if (res->canDelete() && !res->inCache())
CachedResource.h 153 void setInCache(bool inCache) { m_inCache = inCache; }
154 bool inCache() const { return m_inCache; }
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 60 milliseconds