Home
last modified time | relevance | path

Searched refs:stillNeedsLoad (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.h78 …bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || … in stillNeedsLoad() function
DCachedResourceLoader.cpp147 if (autoLoadImages() && resource->stillNeedsLoad()) { in requestImage()
534 if (image->stillNeedsLoad()) { in setAutoLoadImages()
570 if (image->stillNeedsLoad()) { in setBlockNetworkImage()
DCachedResource.h130 virtual bool stillNeedsLoad() const { return false; } in stillNeedsLoad() function
DCachedResource.cpp264 if (!isLoading() && !stillNeedsLoad()) in didAddClient()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3121516 (WebCore::CachedImage::stillNeedsLoad):
DChangeLog-2010-05-245557 (WebCore::CachedImage::stillNeedsLoad):