Searched refs:shouldPaintBrokenImage (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoaderClient.h310 virtual bool shouldPaintBrokenImage(const URL&) const { return true; } function in class:WebCore::FrameLoaderClient
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp338 m_shouldPaintBrokenImage = m_loader->frameLoader()->client().shouldPaintBrokenImage(m_resourceRequest.url());
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h232 virtual bool shouldPaintBrokenImage(const WebCore::URL&) const;
H A DWebFrameLoaderClient.mm440 bool WebFrameLoaderClient::shouldPaintBrokenImage(const URL& imageURL) const

Completed in 124 milliseconds