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

  /external/webkit/Source/WebCore/loader/cache/
CachedImage.h 78 bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || (m_autoLoadWasPreventedBySettings && !inCache()); }
CachedResource.h 130 virtual bool stillNeedsLoad() const { return false; }
CachedResourceLoader.cpp 147 if (autoLoadImages() && resource->stillNeedsLoad()) {
534 if (image->stillNeedsLoad()) {
570 if (image->stillNeedsLoad()) {
CachedResource.cpp 264 if (!isLoading() && !stillNeedsLoad())

Completed in 198 milliseconds