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

  /external/webkit/Source/WebCore/loader/cache/
CachedResource.cpp 117 ASSERT(!inCache());
252 if (canDelete() && !inCache())
280 if (!hasClients() && inCache())
290 if (canDelete() && !inCache())
292 else if (!hasClients() && inCache()) {
311 if (canDelete() && !inCache())
325 if (inCache())
330 if (inCache()) {
364 if (inCache())
369 if (inCache()) {
    [all...]
CachedResource.h 152 void setInCache(bool inCache) { m_inCache = inCache; }
153 bool inCache() const { return m_inCache; }
CachedResourceLoader.cpp 174 bool inCache = memoryCache()->add(userSheet);
175 if (!inCache)
180 if (!inCache)
359 ASSERT(resource->inCache());
389 bool inCache = memoryCache()->add(resource);
393 if (!inCache)
399 if (!inCache) {
406 if (inCache)
727 if (res->canDelete() && !res->inCache())
MemoryCache.cpp 104 ASSERT(!resource->inCache());
106 ASSERT(revalidatingResource->inCache());
307 if (!resource->inCache())
329 if (resource->inCache()) {
431 ASSERT(resource->inCache());
461 ASSERT(resource->inCache());
CachedImage.cpp 297 if (inCache())
  /frameworks/base/core/java/android/webkit/
LoadListener.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 

Completed in 6537 milliseconds