Searched defs:stillNeedsLoad (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.h78 bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || (m_autoLoadWasPreventedBySettings && !inCache()); } function in class:WebCore::CachedImage
H A DCachedResource.h130 virtual bool stillNeedsLoad() const { return false; } function in class:WebCore::CachedResource

Completed in 103 milliseconds