Searched refs:isPreloaded (Results 1 – 8 of 8) sorted by relevance
241 ASSERT(!current->m_resource->isPreloaded()); in pruneDeadResources()261 …if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded() && current->m_resour… in pruneDeadResources()282 if (!current->m_resource->hasClients() && !current->m_resource->isPreloaded() in pruneDeadResources()
129 bool isPreloaded(const String& urlString) const;
206 bool isPreloaded() const { return m_preloadCount; } in isPreloaded() function
911 if (forPreload && existingResource->isPreloaded()) in determineRevalidationPolicy()952 if (existingResource->isPreloaded()) in determineRevalidationPolicy()1216 bool ResourceFetcher::isPreloaded(const String& urlString) const in isPreloaded() function in WebCore::ResourceFetcher
236 if (!m_error.isNull() && (m_error.isCancellation() || !isPreloaded())) in error()
84 bool isPreloaded(const String& url);
36 boolean isPreloaded(DOMString url);
298 bool Internals::isPreloaded(const String& url) in isPreloaded() function in WebCore::Internals301 return document->fetcher()->isPreloaded(url); in isPreloaded()