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

  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
VertexCache.java 53 public boolean inCache(int entry) {
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.cpp 181 bool inCache = memoryCache()->add(userSheet);
182 if (!inCache)
187 if (!inCache)
368 ASSERT(resource->inCache());
398 bool inCache = memoryCache()->add(resource);
402 if (!inCache)
408 if (!inCache) {
415 if (inCache)
741 if (res->canDelete() && !res->inCache())
CachedResource.h 153 void setInCache(bool inCache) { m_inCache = inCache; }
154 bool inCache() const { return m_inCache; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 

Completed in 77 milliseconds