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

  /external/webkit/WebCore/loader/
Cache.cpp 106 if (resource && requestIsPreload && !resource->isPreloaded())
329 ASSERT(!current->isPreloaded());
348 if (!current->hasClients() && !current->isPreloaded() && current->isLoaded()) {
366 if (!current->hasClients() && !current->isPreloaded() && !current->isCacheValidator()) {
CachedResource.h 164 bool isPreloaded() const { return m_preloadCount; }