Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.h78 …bool stillNeedsLoad() const { return (!errorOccurred() && status() == Unknown && !isLoading()) || … in stillNeedsLoad() function
DCachedResource.h130 virtual bool stillNeedsLoad() const { return false; } in stillNeedsLoad() function