HomeSort by relevance Sort by last modified time
    Searched defs:stillNeedsLoad (Results 1 - 2 of 2) 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; }

Completed in 1167 milliseconds